class PrependsViewPathController

Public Instance Methods

hello() click to toggle source
# File actionview/test/actionpack/controller/layout_test.rb, line 121
def hello
  prepend_view_path File.expand_path("../../fixtures/actionpack/layout_tests/alt", __dir__)
  render layout: "alt"
end