class SetsLayoutInRenderController

Public Instance Methods

hello() click to toggle source
# File actionview/test/actionpack/controller/layout_test.rb, line 136
def hello
  render layout: "third_party_template_library"
end