Flowdock
method

inherited

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: ClassMethods
inherited(klass) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/layouts.rb, line 216
      def inherited(klass) # :nodoc:
        super
        klass._write_layout_method
      end
Register or log in to add new notes.