I am launching a beta site with a select group of users. I want to disable registration in the production environment only, and only for a short period of time (i.e. I don\'
Only remove :registerable will not solve the problem. If you have some routes in your view you will get an error:
:registerable
undefined local variable or method 'edit_user_registration_path'
Take care of this.