diff options
author | thea <ta.kupler@gmail.com> | 2016-09-07 16:22:20 +0200 |
---|---|---|
committer | thea <ta.kupler@gmail.com> | 2016-09-07 16:22:20 +0200 |
commit | b62bc48bc3bfbd2781cef16d210749ded8d96c37 (patch) | |
tree | 6d774f7aca4876a1eb7d96a0d3c4466276de7ae2 /app/views | |
parent | f269b960f9928ce3211ee3ab80e7a8eead426dac (diff) |
changed naming for tweets-method in _index and included time-checking and a twitter call will only be made every 15 minutes
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/twitter/_index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/twitter/_index.html.erb b/app/views/twitter/_index.html.erb index 2d17aad..ac10aa4 100644 --- a/app/views/twitter/_index.html.erb +++ b/app/views/twitter/_index.html.erb @@ -11,7 +11,7 @@ </div> <div class="twitter_list"> - <% tweets.each do |e| %> + <% twitter_timeline.each do |e| %> <div class="tweet"> <div class="tweet_text"><%= " #{e.text}" %> </div> |