method
valid_dependent_options
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::Associations::Builder::BelongsTo
valid_dependent_options()public
No documentation available.
# File activerecord/lib/active_record/associations/builder/belongs_to.rb, line 16
def self.valid_dependent_options
[:destroy, :delete, :destroy_async]
end