rename qwaiter to mozo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module Qwaiter
|
||||
module Mozo
|
||||
class FailureApp < Devise::FailureApp
|
||||
def respond
|
||||
if request.format.json?
|
||||
@@ -267,7 +267,7 @@ Devise.setup do |config|
|
||||
# change the failure app, you can configure them inside the config.warden block.
|
||||
#
|
||||
config.warden do |manager|
|
||||
manager.failure_app = Qwaiter::FailureApp
|
||||
manager.failure_app = Mozo::FailureApp
|
||||
# manager.intercept_401 = false
|
||||
# manager.default_strategies(:scope => :user).unshift :some_external_strategy
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user