Skip to content

Instantly share code, notes, and snippets.

/1.rb

Created March 4, 2012 17:09
Show Gist options
  • Save anonymous/1973925 to your computer and use it in GitHub Desktop.
Save anonymous/1973925 to your computer and use it in GitHub Desktop.
def liked(count = 25)
Snooby.build Post, :liked, @name, count
end
def disliked(count = 25)
Snooby.build Post, :disliked, @name, count
end
def hidden(count = 25)
Snooby.build Post, :hidden, @name, count
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment