Sha256: a84a20c1c804605423acc7c1ea88f2cc6ac88fc8c695ec8bcc134e46d24d17ce
Contents?: true
Size: 365 Bytes
Versions: 37
Compression:
Stored size: 365 Bytes
Contents
- f.fields_for :page do |pf| %tr %th.label %label{:for=>"shop_category[layout]"}= t('custom_layout') %td.field = pf.collection_select :layout_id, Layout.all, :id, :name %tr %th.label %label{:for=>"shop_category[product_layout]"}= t('custom_product_layout') %td.field = f.collection_select :product_layout_id, Layout.all, :id, :name
Version data entries
37 entries across 37 versions & 1 rubygems