Methods
H
R
Instance Public methods
hello_world()
# File rails/actionpack/test/controller/new_render_test.rb, line 7
def hello_world
end
render_hello_world()
# File rails/actionpack/test/controller/helper_test.rb, line 11
def render_hello_world
  render :inline => "hello: <%= stratego %>"
end
rescue_action(e)
# File rails/actionpack/test/controller/helper_test.rb, line 15
def rescue_action(e) raise end