Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 2226

Show
Ignore:
Timestamp:
09/13/05 06:15:50 (3 years ago)
Author:
david
Message:

Fixed pointer to tasks location #2175

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/fresh_rakefile

    r2127 r2226  
    1 # Add your own tasks in files placed in config/tasks ending in .rake, 
    2 # for example config/tasks/switchtower.rake, and they will automatically be available to Rake. 
     1# Add your own tasks in files placed in lib/tasks ending in .rake, 
     2# for example lib/tasks/switchtower.rake, and they will automatically be available to Rake. 
    33 
    44require(File.join(File.dirname(__FILE__), 'config', 'boot'))