Skip to content
gundestrup edited this page Sep 12, 2010 · 7 revisions

code example:


<% tableize :customers, @customers, :header => 'Listing Customers', :generate_css => 'true' do |customer| %>

<%= customer.name %>

Code: <%= customer.code %> Place order: <%= customer.order %> <%= link_to ‘show’, …. %> <%= link_to ‘Edit’, …. %> <%= link_to ‘Destroy’, …. %>

<% end %>

Clone this wiki locally