Sha256: 0dd57a84ab8028a8e976a2be83347f96f94bd1cb1f5c3100677dacc46fbfb8fb
Contents?: true
Size: 299 Bytes
Versions: 67
Compression:
Stored size: 299 Bytes
Contents
class Tramway::Event::ParticipantFormField < ::Tramway::Event::ApplicationRecord belongs_to :event, class_name: 'Tramway::Event::Event' enumerize :field_type, in: [ :text, :string, :numeric, :date_picker, :select ], default: :text scope :inputs_list, -> { active.order(position: :asc) } end
Version data entries
67 entries across 67 versions & 1 rubygems