Sha256: 9e0f1a70c0765999208a5e33f44d88dcfa1ae556e10514df5f82b35b17f0cdd7
Contents?: true
Size: 208 Bytes
Versions: 1
Compression:
Stored size: 208 Bytes
Contents
class Tramway::Event::ParticipantFormField < ::Tramway::Event::ApplicationRecord belongs_to :event, class_name: 'Tramway::Event::Event' enumerize :field_type, in: [ :text, :numeric ], default: :text end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tramway-event-0.5 | app/models/tramway/event/participant_form_field.rb |