class RenameTramwayEventPeopleSectionsToTramwayEventPartakings

NOTE must be removed until tramway-event 2.0

Public Instance Methods

change() click to toggle source
# File lib/tramway/event/generators/templates/rename_tramway_event_people_sections_to_tramway_event_partakings.rb, line 6
def change
  rename_table :tramway_event_people_sections, :tramway_event_partakings
end