Sha256: 10b7b265d079f7673232ad41cecbf5a630b0fac2592178d364e1260d3bcd15cf
Contents?: true
Size: 467 Bytes
Versions: 71
Compression:
Stored size: 467 Bytes
Contents
-# - url = price.new_record? ? prices_path : price_path( price ) .prices--form = form_for price, as: :price, html: { class: 'flex-row' } do |f| = hidden_field_tag 'price[product_id]', price.product_id .field %label amount cents = f.number_field :amount_cents .field %label interval = f.select :interval, options_for_select( Wco::Price::INTERVALS, selected: price.interval ), class: 'select2' .actions = f.submit '>'
Version data entries
71 entries across 71 versions & 1 rubygems