Skip to content

Instantly share code, notes, and snippets.

@sinefunc
Created April 10, 2010 17:53
Show Gist options
  • Save sinefunc/aa32743158857b3fa4b6 to your computer and use it in GitHub Desktop.
Save sinefunc/aa32743158857b3fa4b6 to your computer and use it in GitHub Desktop.
def delete
if super
poster.decrement_spending(price)
Item.db.decrby(Item.key(:total_spending), price)
Popular.delete(self)
tags.each { |name| Tag.named(name).items.delete(self) }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment