Sha256: a2fd956e0294aee2f12b9cdec449df7260e6e4b4f52ed692cffc1b27779acef6
Contents?: true
Size: 230 Bytes
Versions: 18
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true superclass = ActiveRecord::VERSION::MAJOR < 5 ? ActiveRecord::Migration : ActiveRecord::Migration[4.2] class CreateDummyTestTable < superclass def change create_table "dummy_table" end end
Version data entries
18 entries across 18 versions & 1 rubygems