aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib')
-rw-r--r--railties/lib/initializer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/initializer.rb b/railties/lib/initializer.rb
index 3183b0a34a..9ae0aa960f 100644
--- a/railties/lib/initializer.rb
+++ b/railties/lib/initializer.rb
@@ -271,7 +271,7 @@ module Rails
end
end
- # Sets +ActionController::BaseEview_paths+ and +ActionMailer::Base#template_root+
+ # Sets +ActionController::Base#view_paths+ and +ActionMailer::Base#template_root+
# (but only for those frameworks that are to be loaded). If the framework's
# paths have already been set, it is not changed, otherwise it is
# set to use Configuration#view_path.