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