class AddPhotoToTramwayEventEvents

Public Instance Methods

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