Module: ActiveEntity::Identity
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/active_entity/identity.rb
Instance Method Summary collapse
-
#to_key ⇒ Object
For ActiveModel::Conversion.
Instance Method Details
#to_key ⇒ Object
For ActiveModel::Conversion
26 27 28 |
# File 'lib/active_entity/identity.rb', line 26 def to_key indentity_attributes.empty? ? nil : identity_attributes end |