Sha256: ba782c613bd627879965d59daea52e23f8045d914b8f6b6435920bd99a9a1e1d
Contents?: true
Size: 274 Bytes
Versions: 1
Compression:
Stored size: 274 Bytes
Contents
superclass = ActiveRecord::VERSION::MAJOR < 5 ? ActiveRecord::Migration : ActiveRecord::Migration[4.2] class CreateDummyTestTableInAnotherDb < superclass def change create_table 'dummy_in_another_db' end def connection ModelInAnotherDb.connection end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
combustion-0.7.0 | spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb |