mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +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
|
@ -43,6 +43,6 @@ class Admin::UsersController < AdminController
|
|||
end
|
||||
|
||||
def user_params
|
||||
params.require(:user).permit(:username, :password, :identity_code, :email, :registrar_id, :admin, :registrar_typeahead)
|
||||
params.require(:user).permit(:username, :password, :identity_code, :email, :registrar_id, :admin, :registrar_typeahead, :country_id)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue