Skip to content

Instantly share code, notes, and snippets.

@joesavak
Created November 29, 2010 20:54
Embed
What would you like to do?
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