Class: Devise::JWT::RegistrationsController

Inherits:
RegistrationsController
  • Object
show all
Defined in:
app/controllers/devise/jwt/registrations_controller.rb

Instance Method Summary collapse

Instance Method Details

#cancelObject



14
15
16
# File 'app/controllers/devise/jwt/registrations_controller.rb', line 14

def cancel
  respond_to_removed_action
end

#destroyObject



18
19
20
# File 'app/controllers/devise/jwt/registrations_controller.rb', line 18

def destroy
  respond_to_on_destroy
end

#editObject



10
11
12
# File 'app/controllers/devise/jwt/registrations_controller.rb', line 10

def edit
  respond_to_removed_action
end

#newObject



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

def new
  respond_to_removed_action
end