Class: EasyAdmin::RegistrationsController

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

Instance Method Summary collapse

Instance Method Details

#createObject

POST /easy_admin/sign_up



11
12
13
# File 'app/controllers/easy_admin/registrations_controller.rb', line 11

def create
  super
end

#destroyObject

DELETE /easy_admin/



26
27
28
# File 'app/controllers/easy_admin/registrations_controller.rb', line 26

def destroy
  super
end

#editObject

GET /easy_admin/edit



16
17
18
# File 'app/controllers/easy_admin/registrations_controller.rb', line 16

def edit
  super
end

#newObject

GET /easy_admin/sign_up



6
7
8
# File 'app/controllers/easy_admin/registrations_controller.rb', line 6

def new
  super
end

#updateObject

PATCH/PUT /easy_admin/



21
22
23
# File 'app/controllers/easy_admin/registrations_controller.rb', line 21

def update
  super
end