I\'m going to create a multi user app, so, I will have a admin user that will have permission to create new ones.
I\'ve created the UsersControllerbut when
UsersController
@Mourkeer +1 For simple_form 4.2.0 take @Mourkeer code and replace route.rb by:
route.rb
# route.rb devise_for :users, path_names: { registration: "registrations" }