Methods
H
Instance Public methods
hello()
# File actionview/test/actionpack/controller/layout_test.rb, line 119
def hello
  prepend_view_path File.dirname(__FILE__) + '/../../fixtures/actionpack/layout_tests/alt/'
  render :layout => 'alt'
end