class AbstractControllerTests::Layouts::WithSymbolReturningObj
Public Instance Methods
index()
click to toggle source
# File actionview/test/actionpack/abstract/layouts_test.rb, line 162 def index render template: ActionView::Template::Text.new("Hello nilz!") end
objekt()
click to toggle source
# File actionview/test/actionpack/abstract/layouts_test.rb, line 166 def objekt Object.new end