Module: ROM::Components::Provider::ClassMethods Private
- Includes:
- InstanceMethods
- Defined in:
- lib/rom/components/provider.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #inherited(klass) ⇒ Object private
Methods included from InstanceMethods
Instance Method Details
#inherited(klass) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
55 56 57 58 |
# File 'lib/rom/components/provider.rb', line 55 def inherited(klass) super klass.components.update(components, abstract: true) end |