class AbstractControllerTests::Layouts::WithSymbol
Public Instance Methods
index()
click to toggle source
# File actionview/test/actionpack/abstract/layouts_test.rb, line 140 def index render template: ActionView::Template::Text.new("Hello symbol!") end
Private Instance Methods
hello()
click to toggle source
# File actionview/test/actionpack/abstract/layouts_test.rb, line 144 def hello "overwrite" end