diff options
author | Yehuda Katz <wycats@Yehuda-Katz.local> | 2010-01-02 22:45:56 -0800 |
---|---|---|
committer | Yehuda Katz <wycats@Yehuda-Katz.local> | 2010-01-02 22:46:09 -0800 |
commit | f1cd3a98f3c2ff3446c637ad706faf7dbfef268e (patch) | |
tree | 6715a7af4bf78a875951105035a31aff03034031 /railties/lib | |
parent | 42aa9b87c2d8ae9e19e387f304d2463b6b8c02c5 (diff) | |
download | rails-f1cd3a98f3c2ff3446c637ad706faf7dbfef268e.tar.gz rails-f1cd3a98f3c2ff3446c637ad706faf7dbfef268e.tar.bz2 rails-f1cd3a98f3c2ff3446c637ad706faf7dbfef268e.zip |
Doc fix
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/application.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/application.rb b/railties/lib/rails/generators/rails/app/templates/config/application.rb index ec0729db04..4097f766a6 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/application.rb +++ b/railties/lib/rails/generators/rails/app/templates/config/application.rb @@ -7,7 +7,7 @@ module <%= app_name.classify %> # -- all .rb files in that directory are automatically loaded. # Add additional load paths for your own custom dirs - # config.load_paths += %W( #{root}/extras ) + # config.load_paths += %W( #{config.root}/extras ) # Only load the plugins named here, in the order given (default is alphabetical). # :all can be used as a placeholder for all plugins not explicitly named |