diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/doc/guides/index.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/railties/doc/guides/index.txt b/railties/doc/guides/index.txt index 52f029da09..7e1bf09a39 100644 --- a/railties/doc/guides/index.txt +++ b/railties/doc/guides/index.txt @@ -11,7 +11,12 @@ These guides are complete and the authors are listed link:authors.html[here]. .link:migrations/migrations.html[Rails Database Migrations] *********************************************************** -TODO: Insert some description here. +This guide covers how you can use Active Record migrations to alter your database in a structured and organised manner. +*********************************************************** + +.link:activerecord/association_basics.html[Active Record Associations] +*********************************************************** +This guide covers all the associations provided by Active Record. *********************************************************** .link:routing/routing_outside_in.html[Rails Routing from the Outside In] @@ -51,11 +56,6 @@ link:http://rails.lighthouseapp.com/projects/16213/tickets/17[Lighthouse Ticket] link:http://rails.lighthouseapp.com/projects/16213/tickets/16[Lighthouse Ticket] *********************************************************** -.link:activerecord/association_basics.html[Active Record Associations] -*********************************************************** -link:http://rails.lighthouseapp.com/projects/16213/tickets/11[Lighthouse Ticket] -*********************************************************** - .link:forms/form_helpers.html[Action View Form Helpers] *********************************************************** link:http://rails.lighthouseapp.com/projects/16213/tickets/1[Lighthouse Ticket] |