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
end
module InstanceMethods
private
def handle_two_factor_authentication
@ -31,4 +30,3 @@ module TwoFactorAuthentication
end
end
end
end

Loading…
Cancel
Save