Class: RegistrationsController
- Inherits:
-
Devise::RegistrationsController
- Object
- Devise::RegistrationsController
- RegistrationsController
- Includes:
- Registrations::ControllerBase
- Defined in:
- app/controllers/registrations_controller.rb
Overview
i really, really wanted this controller in a namespace, but devise doesn’t appear to support it. instead, i got the following error:
'Authentication::RegistrationsController' is not a supported controller name.
This can lead to potential routing problems.