Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Added each loop for our view
Browse files Browse the repository at this point in the history
  • Loading branch information
danmelton committed Jun 23, 2011
1 parent fae9520 commit df17a40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/tweeters/index.html.erb
@@ -1 +1,3 @@
<%= @tweeters.first.screen_name %>
<% @tweeters.each do |tweeter| %>
<%= tweeter.screen_name %>
<% end %>

0 comments on commit df17a40

Please sign in to comment.