class AddPlaceToOffer

Public Instance Methods

change() click to toggle source
# File db/migrate/20171113121735_add_place_to_offer.rb, line 2
def change
  add_column :offers, :place, :string
end