Added multiple streets to address

This commit is contained in:
Andres Keskküla 2014-08-13 13:35:25 +03:00
parent dc2ec5535f
commit e8ddf2272e
5 changed files with 20 additions and 14 deletions

View file

@ -0,0 +1,6 @@
class AddStreetsToAddress < ActiveRecord::Migration
def change
add_column :addresses, :street2, :string
add_column :addresses, :street3, :string
end
end