public
Fork of vigetlabs/foreign_key_migrations
Description: A gem/plugin for ActiveRecord that lets you define foreign keys in migrations.
Clone URL: git://github.com/crnixon/foreign_key_migrations.git
fixed rdoc
crnixon (author)
Tue Jul 15 12:34:12 -0700 2008
commit  1796cc7672e9c5c6a489aad374e9eb2204446720
tree    25804442e5baaf955eea73c8135b4d2f2f4dca00
parent  09363322235d68e723d30d433352c09492780ed9
...
28
29
30
31
 
32
33
34
...
28
29
30
 
31
32
33
34
0
@@ -28,7 +28,7 @@ Foreign keys can be specified in four ways, modeled on indexes and current Activ
0
       
0
     end
0
     
0
-* In a column definition, using @references@ or @belongs_to@:
0
+* In a column definition, using +references+ or +belongs_to+:
0
 
0
     class AddUsersTable < ActiveRecord::Migration
0
 

Comments

    No one has commented yet.