Skip to content

Instantly share code, notes, and snippets.

@patbenatar
Created September 27, 2012 21:08
Show Gist options
  • Save patbenatar/3796482 to your computer and use it in GitHub Desktop.
Save patbenatar/3796482 to your computer and use it in GitHub Desktop.
in view DSL for tables
<%= table_for @videos, headers: false do %>
<%= column :name %>
<%= column :url %>
<%= actions :edit, :delete %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment