JonatanS / twitter-map-with-history

visualize twitter topics on map. user has to login to retrieve search history
0 stars 1 forks source link

need to pass variables from #index to #get_tweets #1

Closed JonatanS closed 9 years ago

JonatanS commented 9 years ago

get_tweets is used to return tweet json to index view. it needs to be fed variables. it should not be called directly from a browser

JonatanS commented 9 years ago

learn how to feed results form one route to another

JonatanS commented 9 years ago

ended up sendign them from the view to the controller