Class: AddOptionsToTramwayEventParticipantFormFields

Inherits:
Object
  • Object
show all
Defined in:
lib/tramway/event/generators/templates/add_options_to_tramway_event_participant_form_fields.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



4
5
6
# File 'lib/tramway/event/generators/templates/add_options_to_tramway_event_participant_form_fields.rb', line 4

def change
  add_column :tramway_event_participant_form_fields, :options, :jsonb
end