method
new
v4.0.2 -
Show 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