Method: ActiveEntity::Type.lookup
- Defined in:
- lib/active_entity/type.rb
.lookup(*args, **kwargs) ⇒ Object
:nodoc:
40 41 42 |
# File 'lib/active_entity/type.rb', line 40 def lookup(*args, **kwargs) # :nodoc: registry.lookup(*args, **kwargs) end |