lib/tramway/event/generators/install_generator.rb in tramway-event-1.0.1 vs lib/tramway/event/generators/install_generator.rb in tramway-event-1.1

- old
+ new

@@ -19,8 +19,10 @@ migration_template 'add_photo_to_tramway_event_events.rb', 'db/migrate/add_photo_to_tramway_event_events.rb' migration_template 'create_tramway_event_participant_form_fields.rb', 'db/migrate/create_tramway_event_participant_form_fields.rb' migration_template 'create_tramway_event_participants.rb', 'db/migrate/create_tramway_event_participants.rb' migration_template 'add_options_to_tramway_event_participant_form_fields.rb', 'db/migrate/add_options_to_tramway_event_participant_form_fields.rb' migration_template 'add_position_to_tramway_event_participant_form_fields.rb', 'db/migrate/add_position_to_tramway_event_participant_form_fields.rb' + migration_template 'create_tramway_event_sections.rb', 'db/migrate/create_tramway_event_sections.rb' + migration_template 'add_icon_to_tramway_event_sections.rb', 'db/migrate/add_icon_to_tramway_event_sections.rb' end end end