diff --git a/railties/fresh_rakefile b/railties/fresh_rakefile index 02189e151a7e62805a261b8756f412367ac69351..34815400d7a505d4d08911d584325f7b089a67df 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)