From f81dae3fca46c43d1fb6e4cb40734ef35623a72e Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Mon, 3 Sep 2007 00:18:30 +0000 Subject: Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7403 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/examples/benchmark.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/examples/benchmark.rb') 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 -- cgit v1.2.3