instance method
inherited
Ruby on Rails 3.2.22.5
Since v3.0.20 Last seen in v3.2.22.5Signature
inherited(klass)
No documentation comment.
Parameters
-
klassreq
Source
# File actionpack/lib/abstract_controller/layouts.rb, line 207
def inherited(klass)
super
klass._write_layout_method
end
Defined in actionpack/lib/abstract_controller/layouts.rb line 207
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Layouts::ClassMethods