Method: Devise::Controllers::Responder.error_status

Defined in:
lib/devise/controllers/responder.rb

.error_statusObject

TODO: remove this support for older Rails versions, which aren’t supported by Turbo and/or responders. It won’t allow configuring a custom response, but it allows Devise to use these methods and defaults across the implementation more easily.



15
16
17
# File 'lib/devise/controllers/responder.rb', line 15

def self.error_status
  :ok
end