instance method
destroy_associations
Ruby on Rails 5.0.7.2
Since v3.0.20 Private — implementation detail, not part of the public APISignature
destroy_associations()
A hook to be overridden by association modules.
Source
# File activerecord/lib/active_record/persistence.rb, line 535
def destroy_associations
end
Defined in activerecord/lib/active_record/persistence.rb line 535
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Persistence