aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples/benchmark.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/examples/benchmark.rb')
-rw-r--r--actionpack/examples/benchmark.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/examples/benchmark.rb b/actionpack/examples/benchmark.rb
index 1e10a0c962..21d81283a6 100644
--- a/actionpack/examples/benchmark.rb
+++ b/actionpack/examples/benchmark.rb
@@ -24,7 +24,7 @@ class BenchmarkController < ActionController::Base
end
end
-#ActionController::Base.template_root = File.dirname(__FILE__)
+#ActionController::Base.view_paths = [ File.dirname(__FILE__) ]
require "benchmark"