method
inherited
v3.0.0 -
Show latest stable
- Class:
AbstractController::Layouts::ClassMethods
inherited(klass)public
No documentation available.
# File actionpack/lib/abstract_controller/layouts.rb, line 175
def inherited(klass)
super
klass._write_layout_method
end