aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/README
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/README')
-rwxr-xr-xactionpack/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/README b/actionpack/README
index a700742c04..de50e28177 100755
--- a/actionpack/README
+++ b/actionpack/README
@@ -382,7 +382,7 @@ methods:
end
end
- WeblogController::Base.template_root = File.dirname(__FILE__)
+ WeblogController::Base.view_paths = [ File.dirname(__FILE__) ]
WeblogController.process_cgi if $0 == __FILE__
The last two lines are responsible for telling ActionController where the