Skip to content

Instantly share code, notes, and snippets.

@kiote
Created August 31, 2011 09:42
Show Gist options
  • Save kiote/1183183 to your computer and use it in GitHub Desktop.
Save kiote/1183183 to your computer and use it in GitHub Desktop.
Ex1
def followers_count(user)
c = Twitter.followers_count(user)
user.update_attribute(:followers_count, c)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment