> Devise registration module is not supposed to be used as admin registration for users.
How else can I restrict registration rights to admins? Is there a
admin module?
> In any case, you'd have to copy over registrations#create action and remove the sign_in call that is probably existent there, which means you do need a custom controller for that.
Thanks for the help.
-Dan