Sha256: e7f3248d9ac8e248b2c829047dc6a95d72d525a458bd177b7d2f0d3a205e55e8

Contents?: true

Size: 387 Bytes

Versions: 12

Compression:

Stored size: 387 Bytes

Contents

module TwoFactorAuthentication
  module Orm
    module ActiveRecord
      module Schema
        include TwoFactorAuthentication::Schema
      end
    end
  end
end

ActiveRecord::ConnectionAdapters::Table.send :include, TwoFactorAuthentication::Orm::ActiveRecord::Schema
ActiveRecord::ConnectionAdapters::TableDefinition.send :include, TwoFactorAuthentication::Orm::ActiveRecord::Schema

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
two_factor_authentication-2.1.1 lib/two_factor_authentication/orm/active_record.rb
two_factor_authentication-2.1.0 lib/two_factor_authentication/orm/active_record.rb
two_factor_authentication-2.0.1 lib/two_factor_authentication/orm/active_record.rb
two_factor_authentication-2.0.0 lib/two_factor_authentication/orm/active_record.rb
two_factor_authentication-1.1.5 lib/two_factor_authentication/orm/active_record.rb
two_factor_authentication-1.1.4 lib/two_factor_authentication/orm/active_record.rb
two_factor_authentication-1.1.3 lib/two_factor_authentication/orm/active_record.rb
two_factor_authentication-1.1.1 lib/two_factor_authentication/orm/active_record.rb
two_factor_authentication-1.1 lib/two_factor_authentication/orm/active_record.rb
two_factor_authentication-1.0 lib/two_factor_authentication/orm/active_record.rb
two_factor_authentication-0.2 lib/two_factor_authentication/orm/active_record.rb
two_factor_authentication-0.0.1 lib/two_factor_authentication/orm/active_record.rb