Method: ActiveRecord::Associations::CollectionAssociation#reset
- Defined in:
- lib/ocean-dynamo/active_record_stuff/collection_association.rb
#reset ⇒ Object
65 66 67 68 |
# File 'lib/ocean-dynamo/active_record_stuff/collection_association.rb', line 65 def reset super @target = [] end |