class ActiveRecord::Associations::Builder::HasOne

def self.valid_dependent_options

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