instance method
destroy_associations
Ruby on Rails 5.2.8.1
Since v3.0.20 PrivateSignature
destroy_associations()
A hook to be overridden by association modules.
Source
# File activerecord/lib/active_record/persistence.rb, line 673
def destroy_associations
end
Defined in activerecord/lib/active_record/persistence.rb line 673
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Persistence