Skip to content

Instantly share code, notes, and snippets.

@joesavak
Created November 29, 2010 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joesavak/720604 to your computer and use it in GitHub Desktop.
Save joesavak/720604 to your computer and use it in GitHub Desktop.
performSearch
def index
@search_results = twitter_search('SEARCH KEYWORDS HERE', 10, Time.now.strftime("%Y-%m-%d"))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment