Skip to content

Instantly share code, notes, and snippets.

@kimjoar
Created August 14, 2009 22:07
Show Gist options
  • Save kimjoar/168132 to your computer and use it in GitHub Desktop.
Save kimjoar/168132 to your computer and use it in GitHub Desktop.
# GET
sfn.people.get("scott") #=> <person>
# PAGE
sfn.topics.page(3, :order => 'most_flagged') #=> [<Topic>, <Topic>, ...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment