Sha256: 6d5caffb25d4ad3111f9270f04975b7fc3950c5e1a8a61ff0f758cc8f690206c
Contents?: true
Size: 563 Bytes
Versions: 3
Compression:
Stored size: 563 Bytes
Contents
require 'schema_monkey' require_relative 'schema_plus_tables/active_record/connection_adapters/abstract_adapter' module SchemaPlusTables module ActiveRecord module ConnectionAdapters autoload :Mysql2Adapter, 'schema_plus_tables/active_record/connection_adapters/mysql2_adapter' autoload :PostgresqlAdapter, 'schema_plus_tables/active_record/connection_adapters/postgresql_adapter' autoload :Sqlite3Adapter, 'schema_plus_tables/active_record/connection_adapters/sqlite3_adapter' end end end SchemaMonkey.register(SchemaPlusTables)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
schema_plus-2.0.0.pre5 | lib/schema_plus_tables.rb |
schema_plus-2.0.0.pre3 | lib/schema_plus_tables.rb |
schema_plus-2.0.0.pre2 | lib/schema_plus_tables.rb |