Sha256: 37d007c9b26d785de503bfe5b84263d12304e27aedc7833e62e8b9cb8d47b944

Contents?: true

Size: 295 Bytes

Versions: 5

Compression:

Stored size: 295 Bytes

Contents

<%= table_for @products do |t|
  t.column :id
  t.column :title
  t.column :price
  t.column :active
	t.column :created_at
	t.association :vendor, :created_at
  t.association :vendor, :name
  t.association :tags, :title
  t.association :tags, :count, :map => false, :format => '--%d--'
end %>


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tabulatr-0.4.2 spec/dummy_app/app/views/products/index_simple.html.erb
tabulatr-0.4.1 spec/dummy_app/app/views/products/index_simple.html.erb
tabulatr-0.4.0 spec/dummy_app/app/views/products/index_simple.html.erb
tabulatr-0.3.0 spec/dummy_app/app/views/products/index_simple.html.erb
tabulatr-0.2.0 spec/dummy_app/app/views/products/index_simple.html.erb