Removing User Registration In Devise

Mar 22, 2013

I prefer Devise for authentication in my Rails apps. While working on Velocity, I needed to remove sign ups. Foolishly, I tried some redirects and custom routes with no luck. The work is all done in the model. Remove :registerable and you’re all set.