method

valid_dependent_options

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