Class: AddPositionToTramwayEventPartakings

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

Instance Method Summary collapse

Instance Method Details

#changeObject



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

def change
  add_column :tramway_event_partakings, :position, :text
end