Class: EasyAdmin::RegistrationsController
- Inherits:
-
Devise::RegistrationsController
- Object
- Devise::RegistrationsController
- EasyAdmin::RegistrationsController
- Defined in:
- app/controllers/easy_admin/registrations_controller.rb
Instance Method Summary collapse
-
#create ⇒ Object
POST /easy_admin/sign_up.
-
#destroy ⇒ Object
DELETE /easy_admin/.
-
#edit ⇒ Object
GET /easy_admin/edit.
-
#new ⇒ Object
GET /easy_admin/sign_up.
-
#update ⇒ Object
PATCH/PUT /easy_admin/.
Instance Method Details
#create ⇒ Object
POST /easy_admin/sign_up
11 12 13 |
# File 'app/controllers/easy_admin/registrations_controller.rb', line 11 def create super end |
#destroy ⇒ Object
DELETE /easy_admin/
26 27 28 |
# File 'app/controllers/easy_admin/registrations_controller.rb', line 26 def destroy super end |
#edit ⇒ Object
GET /easy_admin/edit
16 17 18 |
# File 'app/controllers/easy_admin/registrations_controller.rb', line 16 def edit super end |
#new ⇒ Object
GET /easy_admin/sign_up
6 7 8 |
# File 'app/controllers/easy_admin/registrations_controller.rb', line 6 def new super end |
#update ⇒ Object
PATCH/PUT /easy_admin/
21 22 23 |
# File 'app/controllers/easy_admin/registrations_controller.rb', line 21 def update super end |