From ac4f37ecbbf2d9e19118ff7948df90e3b21a1c22 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 22 Sep 2007 17:41:03 +0000 Subject: Doc fix (closes #9259) [caio] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7550 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/initializer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib') 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. -- cgit v1.2.3