From b62bc48bc3bfbd2781cef16d210749ded8d96c37 Mon Sep 17 00:00:00 2001 From: thea Date: Wed, 7 Sep 2016 16:22:20 +0200 Subject: changed naming for tweets-method in _index and included time-checking and a twitter call will only be made every 15 minutes --- app/views/twitter/_index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/twitter') 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 @@
- <% tweets.each do |e| %> + <% twitter_timeline.each do |e| %>
<%= " #{e.text}" %>
-- cgit v1.2.3