Class: Users::RegistrationsController

Inherits:
Devise::RegistrationsController
  • Object
show all
Defined in:
app/controllers/users/registrations_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject

POST /resource



13
14
15
# File 'app/controllers/users/registrations_controller.rb', line 13

def create
  super
end