Skip to content

Instantly share code, notes, and snippets.

@pnegri
Created September 9, 2010 04:59
Show Gist options
  • Save pnegri/571396 to your computer and use it in GitHub Desktop.
Save pnegri/571396 to your computer and use it in GitHub Desktop.
Controller:
def index
@site = Site.new
@todos_sites = Site.all
end
View:
<% @todos_sites.each do |site| %>
Test Line
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment