Class: RPCMapper::Association::HasMany
- Defined in:
- lib/rpc_mapper/association.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Has
#foreign_key, #polymorphic?, #polymorphic_type, #scope
Methods inherited from Base
#eager_loadable?, #foreign_key, #initialize, #polymorphic?, #primary_key, #scope, #target_klass
Constructor Details
This class inherits a constructor from RPCMapper::Association::Base
Instance Method Details
#collection? ⇒ Boolean
217 218 219 |
# File 'lib/rpc_mapper/association.rb', line 217 def collection? true end |
#type ⇒ Object
221 222 223 |
# File 'lib/rpc_mapper/association.rb', line 221 def type :has_many end |