Method: Devise::Controllers::Responder.redirect_status=

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

.redirect_status=Object



28
29
30
31
# File 'lib/devise/controllers/responder.rb', line 28

def self.redirect_status=(*)
  warn "[DEVISE] Setting the redirect 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