diff options
author | Marie <ml.kochsiek@fu-berlin.de> | 2016-09-08 16:16:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-08 16:16:49 +0000 |
commit | c0aaafcd048c4a2ac74f582ee8d6383c46558427 (patch) | |
tree | 630d88039b2e7127290cab2df8889e3029a46243 /app/views | |
parent | 3b638103ae7c6094d79812f4cbd44bfce320a217 (diff) | |
parent | 160c3a961943aa996982a8d84403957afef0a459 (diff) |
Merge pull request #2 from LoadToCode/thea
Bearer Token + Documentation
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> |