lib/devise/delegator.rb in loyal_devise-2.1.2 vs lib/devise/delegator.rb in loyal_devise-2.1.3
- old
+ new
@@ -1,5 +1,4 @@
-# -*- encoding : utf-8 -*-
module Devise
# Checks the scope in the given environment and returns the associated failure app.
class Delegator
def call(env)
failure_app(env).call(env)