Sha256: 822ff4f235c5628bcf2d8213471620e79c9b83c3a8791ff52a420ce15b2fc8bb

Contents?: true

Size: 171 Bytes

Versions: 3

Compression:

Stored size: 171 Bytes

Contents

<%= table_for @products do |t|
  t.column :id
  t.column :title
  t.column :price
  t.column :active
  t.association :vendor, :name
  t.association :tags, :title
end %>


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tabulatr-0.0.4 spec/dummy_app/app/views/products/index_simple.html.erb
tabulatr-0.0.3 spec/dummy_app/app/views/products/index_simple.html.erb
tabulatr-0.0.2 spec/dummy_app/app/views/products/index_simple.html.erb