Skip to content

Instantly share code, notes, and snippets.

@ozzyaaron
Created November 22, 2011 07:36
Show Gist options
  • Save ozzyaaron/1385113 to your computer and use it in GitHub Desktop.
Save ozzyaaron/1385113 to your computer and use it in GitHub Desktop.
before_destroy {
record.associations.each do |association|
if association.is_has_association?
if record.association.exists?
return false
end
end
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment