class RendersNoLayoutController
Public Instance Methods
hello()
click to toggle source
# File actionview/test/actionpack/controller/layout_test.rb, line 142 def hello render layout: false end
# File actionview/test/actionpack/controller/layout_test.rb, line 142 def hello render layout: false end