Sha256: 05961a854b42409a8be5f622170100be1c6692818e89abb23d46ed497f153bdb
Contents?: true
Size: 232 Bytes
Versions: 17
Compression:
Stored size: 232 Bytes
Contents
module ActiveRecord module CompatibleLegacyMigration def self.migration_class if Rails::VERSION::MAJOR >= 5 ActiveRecord::Migration::Current else ActiveRecord::Migration end end end end
Version data entries
17 entries across 17 versions & 1 rubygems