From b1999be5a7efd67e2602c37ed898aa8433661863 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 15 Feb 2005 01:45:35 +0000 Subject: A hopefully more successful attempt at the Routing branch merge git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@617 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'railties/Rakefile') diff --git a/railties/Rakefile b/railties/Rakefile index ba795ea2b4..2cd1086a5a 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -132,6 +132,7 @@ end task :copy_configs do cp "configs/database.yml", "#{PKG_DESTINATION}/config/database.yml" + cp "configs/routes.rb", "#{PKG_DESTINATION}/config/routes.rb" cp "configs/apache.conf", "#{PKG_DESTINATION}/public/.htaccess" -- cgit v1.2.3