Sha256: 016d26017b044eaed85bdb13d489839a10fb07d4e6a66beabb8629cd74111478
Contents?: true
Size: 240 Bytes
Versions: 6
Compression:
Stored size: 240 Bytes
Contents
<%= f.cms_text_field :name %> <%= f.cms_text_field :price %> <%# The following is exactly what is generated by cms:content_block category:category %> <%= f.cms_drop_down :category_id, categories_for('Product').map{|c| [c.path, c.id]} %>
Version data entries
6 entries across 6 versions & 1 rubygems