Sha256: a78e83c51e56b59f3570f32298fc3d5fce0ee3af8d229d8cd274db1941a3e749

Contents?: true

Size: 428 Bytes

Versions: 6

Compression:

Stored size: 428 Bytes

Contents

require "active_record"

module DeviseXfactorAuthentication
  module Orm
    module ActiveRecord
      module Schema
        include DeviseXfactorAuthentication::Schema
      end
    end
  end
end

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
devise_xfactor_authentication-2.2.23 lib/devise_xfactor_authentication/orm/active_record.rb
devise_xfactor_authentication-2.2.22 lib/devise_xfactor_authentication/orm/active_record.rb
devise_xfactor_authentication-2.2.21 lib/devise_xfactor_authentication/orm/active_record.rb
devise_xfactor_authentication-2.2.20 lib/devise_xfactor_authentication/orm/active_record.rb
devise_xfactor_authentication-2.2.19 lib/devise_xfactor_authentication/orm/active_record.rb
devise_xfactor_authentication-2.2.18 lib/devise_xfactor_authentication/orm/active_record.rb