Browse Source

fix "The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically."

for_activeadmin
Carlos Vilhena 13 years ago
parent
commit
2a0f37dc62
  1. 2
      lib/two_factor_authentication/controllers/helpers.rb

2
lib/two_factor_authentication/controllers/helpers.rb

@ -7,7 +7,6 @@ module TwoFactorAuthentication
before_filter :handle_two_factor_authentication before_filter :handle_two_factor_authentication
end end
module InstanceMethods
private private
def handle_two_factor_authentication def handle_two_factor_authentication
@ -30,5 +29,4 @@ module TwoFactorAuthentication
end end
end end
end
end end

Loading…
Cancel
Save