diff --git a/lib/two_factor_authentication/orm/active_record.rb b/lib/two_factor_authentication/orm/active_record.rb index f3ec7ce..616862e 100644 --- a/lib/two_factor_authentication/orm/active_record.rb +++ b/lib/two_factor_authentication/orm/active_record.rb @@ -1,10 +1,8 @@ module TwoFactorAuthentication module Orm - module ActiveRecord module Schema include TwoFactorAuthentication::Schema - end end end