Skip to content

Instantly share code, notes, and snippets.

@cascalheira
Created September 17, 2012 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cascalheira/3738370 to your computer and use it in GitHub Desktop.
Save cascalheira/3738370 to your computer and use it in GitHub Desktop.
teste
!!!
%html
%body
%table
%tr
%th Name
%th Costumer
- @galleries.each do |gallery|
%tr
%td= link_to gallery.name, gallery_path(gallery.id)
%td= gallery.costumer.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment