Skip to content

Instantly share code, notes, and snippets.

@cthulhu666
Created July 11, 2012 14:38
Show Gist options
  • Save cthulhu666/3090792 to your computer and use it in GitHub Desktop.
Save cthulhu666/3090792 to your computer and use it in GitHub Desktop.
= table_for(@collection) do |t|
- t.span(:names) do |s|
- s.column :name
- s.column :surname
- t.column :email
- t.column :phone
= table_for(@collection) do |t|
- t.span(:names) do |s|
- s.column :name
- s.column :surname
- t.span do |s|
- s.column :email
- s.column :phone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment