lib/tramway/event/generators/install_generator.rb in tramway-event-0.5 vs lib/tramway/event/generators/install_generator.rb in tramway-event-0.6

- old
+ new

@@ -17,8 +17,10 @@ def copy_migrations migration_template 'create_tramway_event_events.rb', 'db/migrate/create_tramway_event_events.rb' 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' end end end