class method
self.new
Ruby on Rails 3.2.22.5
Since v3.0.20 Last seen in v3.2.22.5Signature
self.new(*)
No documentation comment.
Parameters
-
argsrest
Source
# File actionpack/lib/abstract_controller/layouts.rb, line 356
def initialize(*)
@_action_has_layout = true
super
end
Defined in actionpack/lib/abstract_controller/layouts.rb line 356
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Layouts