Sha256: 3f6e8a3f9b65b1c5151769e6a22c7647476db958a01bd1d4e7c6910c4e6079b2
Contents?: true
Size: 248 Bytes
Versions: 10
Compression:
Stored size: 248 Bytes
Contents
if defined?(ActiveRecord::Base) # Support test schema sync for Rails 4.2.x and up. if ActiveRecord::Migration.respond_to? :maintain_test_schema! SecondBase.on_base do ActiveRecord::Migration.maintain_test_schema! end end end
Version data entries
10 entries across 10 versions & 1 rubygems