class AddStateToTramwayEventPartakings

Public Instance Methods

change() click to toggle source
# File lib/tramway/event/generators/templates/add_state_to_tramway_event_partakings.rb, line 4
def change
  add_column :tramway_event_partakings, :state, :text
end