class ActiveRecord::Associations::Builder::HasMany

def self.valid_dependent_options

def self.valid_dependent_options
  [:destroy, :delete_all, :nullify, :restrict_with_error, :restrict_with_exception]
end