Methods
R
T
Instance Public methods
rescue_action(e)
# File rails/actionpack/test/controller/helper_test.rb, line 23
def rescue_action(e) raise end
test()
# File rails/actionpack/test/controller/helper_test.rb, line 19
def test
  render :inline => "test: <%= foobar %>"
end