Class: ActiveEntity::Type::Registry
- Inherits:
-
ActiveModel::Type::Registry
- Object
- ActiveModel::Type::Registry
- ActiveEntity::Type::Registry
- Defined in:
- lib/active_entity/type/registry.rb
Instance Method Summary collapse
Instance Method Details
#add_modifier(options, klass, **args) ⇒ Object
9 10 11 |
# File 'lib/active_entity/type/registry.rb', line 9 def add_modifier(, klass, **args) registrations << DecorationRegistration.new(, klass, **args) end |