Browse Source

ActiveSupport::Concern deprecation warnings

for_activeadmin
Carlos Vilhena 13 years ago
parent
commit
81fea21391
  1. 2
      lib/two_factor_authentication/models/two_factor_authenticatable.rb

2
lib/two_factor_authentication/models/two_factor_authenticatable.rb

@ -8,7 +8,6 @@ module Devise
::Devise::Models.config(self, :login_code_random_pattern, :max_login_attempts) ::Devise::Models.config(self, :login_code_random_pattern, :max_login_attempts)
end end
module InstanceMethods
def need_two_factor_authentication? def need_two_factor_authentication?
true true
end end
@ -26,5 +25,4 @@ module Devise
end end
end end
end end
end
end end

Loading…
Cancel
Save