Sha256: 0693c323bd43bf4cd00b6b128e5603c1bd7802b28caa98e32037a36264d96f34

Contents?: true

Size: 131 Bytes

Versions: 6

Compression:

Stored size: 131 Bytes

Contents

<%= table_for @npw do |t|
  t.column :id
  t.column :first_name
  t.column :last_name
  t.column :category
  t.column :year
end %>

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
tableficate-0.3.2 spec/test_app/app/views/themes/no_caption.html.erb
tableficate-0.3.2 spec/test_app/app/views/themes/no_column_attrs.html.erb
tableficate-0.3.1 spec/test_app/app/views/themes/no_caption.html.erb
tableficate-0.3.1 spec/test_app/app/views/themes/no_column_attrs.html.erb
tableficate-0.3.0 spec/test_app/app/views/themes/no_caption.html.erb
tableficate-0.3.0 spec/test_app/app/views/themes/no_column_attrs.html.erb