Sha256: f4ecc316b04c7a1732d2911f8a066d5ca55edfbcf680e91da06be3471c78142d
Contents?: true
Size: 330 Bytes
Versions: 19
Compression:
Stored size: 330 Bytes
Contents
= table.id = table.association :item, label_method: :human, link_to: -> (r) { url_for(r.item) }, sort: { column_name: 'cmor_seo_items.id' } = table.column :name, sort: true = table.column :content, sort: true = table.column :to_html = table.acts_as_published_actions sort: { column_name: :published } = table.timestamps sort: true
Version data entries
19 entries across 19 versions & 1 rubygems