From 37356d165cf661b340eb8e22287d95953b0bdfa8 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Tue, 9 Sep 2008 16:04:53 +0100 Subject: Add new guides to index page --- railties/Rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/Rakefile') diff --git a/railties/Rakefile b/railties/Rakefile index fc73f72bdc..1ac29f7bc6 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -281,6 +281,8 @@ guides = [ 'creating_plugins', 'migrations', { 'routing' => 'routing_outside_in' }, + { 'forms' =>'form_helpers' }, + { 'activerecord' => 'association_basics' }, { 'debugging' => 'debugging_rails_applications' } ] -- cgit v1.2.3