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 21d81283a6..78a6649c74 100644
--- a/actionpack/examples/benchmark.rb
+++ b/actionpack/examples/benchmark.rb
@@ -7,7 +7,7 @@ Person = Struct.new("Person", :name, :address, :age)
class BenchmarkController < ActionController::Base
def message
- render_text "hello world"
+ render :text => "hello world"
end
def list