diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index b9a17de..752f357 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -95,7 +95,7 @@
<%= f.label :country %>
- <%= country_code_select :user, :country %> + <%= country_code_select :user, :country, [['EU', 'EU']] %>