Methods
H
N
R
Instance Public methods
hello_world()
# File actionview/test/actionpack/controller/render_test.rb, line 60
def hello_world; end
nested_partial_with_form_builder()
# File actionview/test/actionpack/controller/render_test.rb, line 62
def nested_partial_with_form_builder
  render :partial => ActionView::Helpers::FormBuilder.new(:post, nil, view_context, {})
end
render_hello_world()
# File actionpack/test/controller/helper_test.rb, line 7
def render_hello_world
  render :inline => "hello: <%= stratego %>"
end