Is it possible to only allow existing users to register new users? I don’t want just anyone to be able to hit the /users/sign_up page, only if you are already logged in. This is an internal app, so all users are trusted to be able to add other users.
Share
You should take a look to the cancan gem!