Add contry select to user form

This commit is contained in:
Martin Lensment 2014-09-30 12:43:02 +03:00
parent f76d73c597
commit 0dc0cc63d9
6 changed files with 16 additions and 16 deletions

View file

@ -0,0 +1,5 @@
class AddCountryToUsers < ActiveRecord::Migration
def change
add_column :users, :country_id, :integer
end
end