I’m using devise gem for login functionality in my Rails3 application.The gem as provides functionality for login along with sign up & sign out.I want to change this functionality and implement a default login only for the admin with no sign up.I cannot figure out what changes to be made..Do reply if any queries..
Thanx
If you want to disable sign_up you should be able to just not pass the
:registerableparameter to thedevisemethod in your User model.