method
valid_dependent_options
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::Associations::Builder::HasMany
valid_dependent_options()private
No documentation available.
# File activerecord/lib/active_record/associations/builder/has_many.rb, line 18
def self.valid_dependent_options
[:destroy, :delete_all, :nullify, :restrict_with_error, :restrict_with_exception, :destroy_async]
end