Class: Users::RegistrationsController
- Inherits:
-
Devise::RegistrationsController
- Object
- Devise::RegistrationsController
- Users::RegistrationsController
- Defined in:
- app/controllers/users/registrations_controller.rb
Instance Method Summary collapse
-
#create ⇒ Object
POST /resource.
Instance Method Details
#create ⇒ Object
POST /resource
13 14 15 |
# File 'app/controllers/users/registrations_controller.rb', line 13 def create super end |