Methods
H
N
R
Instance Public methods
hello_world()

:ported:

# File actionpack/test/controller/render_test.rb, line 8
def hello_world
end
nested_partial_with_form_builder()
# File actionpack/test/controller/render_test.rb, line 11
def nested_partial_with_form_builder
  render :partial => ActionView::Helpers::FormBuilder.new(:post, nil, view_context, {}, Proc.new {})
end
render_hello_world()
# File actionpack/test/controller/helper_test.rb, line 7
def render_hello_world
  render :inline => "hello: <%= stratego %>"
end
rescue_action(e)
# File actionpack/test/controller/helper_test.rb, line 11
def rescue_action(e) raise end