Class: Devise::ArchangelCallbacksController

Inherits:
DeviseController
  • Object
show all
Defined in:
app/controllers/devise/archangel_callbacks_controller.rb

Instance Method Summary collapse

Instance Method Details

#failureObject



8
9
10
11
# File 'app/controllers/devise/archangel_callbacks_controller.rb', line 8

def failure
  set_flash_message :alert, :failure, :kind => Archangel::Utils.camelize(failed_strategy.name), :reason => failure_message
  redirect_to after_archangel_failure_path_for(resource_name)
end

#passthruObject



4
5
6
# File 'app/controllers/devise/archangel_callbacks_controller.rb', line 4

def passthru
  render :status => 404, :text => "Not found. Authentication passthru."
end