Module: LedgerSync::ResourceAttribute::Reference::Many::Mixin
- Included in:
- LedgerSync::Resource
- Defined in:
- lib/ledger_sync/resource_attribute/reference/many.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
45 46 47 |
# File 'lib/ledger_sync/resource_attribute/reference/many.rb', line 45 def self.included(base) base.extend(ClassMethods) end |