class AddPositionToTramwayEventSections

Public Instance Methods

change() click to toggle source
# File lib/tramway/event/generators/templates/add_position_to_tramway_event_sections.rb, line 4
def change
  add_column :tramway_event_sections, :position, :integer
end