Method: Devise::Controllers::Responder.error_status=

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

.error_status=Object



23
24
25
26
# File 'lib/devise/controllers/responder.rb', line 23

def self.error_status=(*)
  warn "[DEVISE] Setting the error status on the Devise responder has no effect with this " \
    "version of `responders`, please make sure you're using a newer version. Check the changelog for more info."
end