From 3bb00f5db3f67fd2f2abcb9abc4a17e94b36b2f7 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Mon, 8 Sep 2008 13:20:29 +0200 Subject: Add migrations guide to guide HTML generation task. --- railties/Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'railties') diff --git a/railties/Rakefile b/railties/Rakefile index 1a6c51991d..a5159dbae6 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -276,6 +276,7 @@ guides = [ 'securing_rails_applications', 'testing_rails_applications', 'creating_plugins', + 'migrations', { 'routing' => 'routing_outside_in' }, { 'debugging' => 'debugging_rails_applications' } ] -- cgit v1.2.3