class AbstractControllerTests::Layouts::WithSymbolReturningNil

Public Instance Methods

index() click to toggle source
# File actionview/test/actionpack/abstract/layouts_test.rb, line 152
def index
  render template: ActionView::Template::Text.new("Hello nilz!")
end
nilz() click to toggle source
# File actionview/test/actionpack/abstract/layouts_test.rb, line 156
def nilz() end