summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorthea <ta.kupler@gmail.com>2016-09-07 16:22:20 +0200
committerthea <ta.kupler@gmail.com>2016-09-07 16:22:20 +0200
commitb62bc48bc3bfbd2781cef16d210749ded8d96c37 (patch)
tree6d774f7aca4876a1eb7d96a0d3c4466276de7ae2 /app/views
parentf269b960f9928ce3211ee3ab80e7a8eead426dac (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.erb2
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>