Method: ActiveFedora::AttributeMethods::ClassMethods#inherited
- Defined in:
- lib/active_fedora/attribute_methods.rb
#inherited(child_class) ⇒ Object
:nodoc:
22 23 24 25 |
# File 'lib/active_fedora/attribute_methods.rb', line 22 def inherited(child_class) # :nodoc: child_class.initialize_generated_modules super end |