Skip to content

Instantly share code, notes, and snippets.

@dasch
Created January 6, 2012 09:38
Show Gist options
  • Save dasch/1569882 to your computer and use it in GitHub Desktop.
Save dasch/1569882 to your computer and use it in GitHub Desktop.
class SpamMarker
def mark_comment_as_spam(comment)
author = comment.author
comment.mark_as_spam!
author.suspend!
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment