Class: RemoveStatusFromTramwayEventEvents

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

Instance Method Summary collapse

Instance Method Details

#changeObject



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

def change
  remove_column :tramway_event_events, :status
end