class RenderPartial::BasicController

Public Instance Methods

changing() click to toggle source
# File actionpack/test/controller/new_base/render_partial_test.rb, line 22
def changing
  @test_unchanged = "hello"
  render action: "basic"
end
html_with_json_inside_json() click to toggle source
# File actionpack/test/controller/new_base/render_partial_test.rb, line 18
def html_with_json_inside_json
  render action: "with_json"
end
overridden() click to toggle source
# File actionpack/test/controller/new_base/render_partial_test.rb, line 27
def overridden
  @test_unchanged = "hello"
end