method
new
rails latest stable - Class:
AbstractController::Layouts
new(*)public
No documentation available.
# File actionpack/lib/abstract_controller/layouts.rb, line 350
def initialize(*) # :nodoc:
@_action_has_layout = true
super
end