Method: ActiveEntity::ValidateEmbedsAssociation#destroyed_by_association=

Defined in:
lib/active_entity/validate_embeds_association.rb

#destroyed_by_association=(reflection) ⇒ Object

Records the association that is being destroyed and destroying this record in the process.



221
222
223
# File 'lib/active_entity/validate_embeds_association.rb', line 221

def destroyed_by_association=(reflection)
  @destroyed_by_association = reflection
end