Closed JonatanS closed 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
learn how to feed results form one route to another
ended up sendign them from the view to the controller
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