aboutsummaryrefslogtreecommitdiffstats
path: root/railties/fresh_rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-13 06:15:50 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-13 06:15:50 +0000
commita65835968e55d6963bb3562f331a00c467e56d96 (patch)
treee9354e5c52be0e98132050a3b0a5593f4d7a29c8 /railties/fresh_rakefile
parent33e2ccfb2672f23589643dcd94f1f10b7a284b06 (diff)
downloadrails-a65835968e55d6963bb3562f331a00c467e56d96.tar.gz
rails-a65835968e55d6963bb3562f331a00c467e56d96.tar.bz2
rails-a65835968e55d6963bb3562f331a00c467e56d96.zip
Fixed pointer to tasks location #2175
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2226 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/fresh_rakefile')
-rwxr-xr-xrailties/fresh_rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/fresh_rakefile b/railties/fresh_rakefile
index 02189e151a..34815400d7 100755
--- a/railties/fresh_rakefile
+++ b/railties/fresh_rakefile
@@ -1,5 +1,5 @@
-# Add your own tasks in files placed in config/tasks ending in .rake,
-# for example config/tasks/switchtower.rake, and they will automatically be available to Rake.
+# Add your own tasks in files placed in lib/tasks ending in .rake,
+# for example lib/tasks/switchtower.rake, and they will automatically be available to Rake.
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
Rails::Initializer.run(:set_load_path)