Skip to content

Instantly share code, notes, and snippets.

@teamon
Created January 15, 2009 18:20
Show Gist options
  • Save teamon/47518 to your computer and use it in GitHub Desktop.
Save teamon/47518 to your computer and use it in GitHub Desktop.
def delete_categories
CategoryPost.all(:post_id => self.id).destroy!
end
before :destroy, :delete_categories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment