mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Add contry select to user form
This commit is contained in:
parent
f76d73c597
commit
0dc0cc63d9
6 changed files with 16 additions and 16 deletions
5
db/migrate/20140930093039_add_country_to_users.rb
Normal file
5
db/migrate/20140930093039_add_country_to_users.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddCountryToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :country_id, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue