diff options
author | Xavier Noria <fxn@hashref.com> | 2008-05-21 23:20:28 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2008-05-21 23:39:07 +0200 |
commit | 11f0fd5c6febed712194b0494b2e4de85b131c26 (patch) | |
tree | 5cee80e2d14e21a7e7ba2e0562a6173d9782dbc6 /railties | |
parent | 1edbdbbfa8c516e687dcf43e37544ee72596540d (diff) | |
download | rails-11f0fd5c6febed712194b0494b2e4de85b131c26.tar.gz rails-11f0fd5c6febed712194b0494b2e4de85b131c26.tar.bz2 rails-11f0fd5c6febed712194b0494b2e4de85b131c26.zip |
gsub("ActionController", "Action Controller")
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/initializer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/initializer.rb b/railties/lib/initializer.rb index c767e1ff7d..150e76af77 100644 --- a/railties/lib/initializer.rb +++ b/railties/lib/initializer.rb @@ -380,7 +380,7 @@ module Rails ActionController::Base.view_paths = [configuration.view_path] if configuration.frameworks.include?(:action_controller) && ActionController::Base.view_paths.empty? end - # If ActionController is not one of the loaded frameworks (Configuration#frameworks) + # If Action Controller is not one of the loaded frameworks (Configuration#frameworks) # this does nothing. Otherwise, it loads the routing definitions and sets up # loading module used to lazily load controllers (Configuration#controller_paths). def initialize_routing |