I’m sorry if this is a dumb question. But if i set up devise, how would i completely remove the ability of a user to signup. I could easily remove the signup views, but what else. Should i add something like devise_for :user, :except => register, or what? The reason im doing this, is because i want the database to be only seeded with users.
Share
You are almost right:
Documentation.