class AbstractControllerTests::Layouts::WithProcInContextOfInstance

Public Instance Methods

an_instance_method() click to toggle source
# File actionview/test/actionpack/abstract/layouts_test.rb, line 125
def an_instance_method; end
index() click to toggle source
# File actionview/test/actionpack/abstract/layouts_test.rb, line 132
def index
  render template: ActionView::Template::Text.new("Hello again zero arity proc!")
end