Sha256: abf5b63ecb8c239865c9762635a4aaf0a619a337b0a70d819c7ab185513bc31e
Contents?: true
Size: 685 Bytes
Versions: 55
Compression:
Stored size: 685 Bytes
Contents
= effective_form_with(model: [:admin, event_ticket], engine: true) do |f| = f.hidden_field :event_id = f.text_field :title = f.number_field :capacity, hint: 'The number of registrations will be limited to capacity. Leave blank for unlimited capacity.' = f.price_field :regular_price, hint: 'A price of $0 will allow a checkout for free.' = f.price_field :early_bird_price, hint: 'A price of $0 will allow a checkout for free.' = f.check_box :tax_exempt - if defined?(EffectiveQbSync) = f.text_field :qb_item_name, label: 'QuickBooks item name' = f.check_box :archived, label: 'Archive this ticket. It will be unavailable for purchase.' = effective_submit(f)
Version data entries
55 entries across 55 versions & 1 rubygems