Method: ActiveData::Model::Attributes::ReferenceOne#type
- Defined in:
- lib/active_data/model/attributes/reference_one.rb
#type ⇒ Object
34 35 36 |
# File 'lib/active_data/model/attributes/reference_one.rb', line 34 def type @type ||= association.reflection.persistence_adapter.primary_key_type end |