Sha256: 796d71e13bdee7f09517c2b192ef2e057dc74a659a6d897d5ab2ef60757501f6
Contents?: true
Size: 299 Bytes
Versions: 4
Compression:
Stored size: 299 Bytes
Contents
# frozen_string_literal: true module Lcms module Engine if Rails::VERSION::MAJOR >= 5 class Migration < ActiveRecord::Migration[RAILS_5_VERSION] end else # Rails 4 migrations are not versioned. class Migration < ActiveRecord::Migration end end end end
Version data entries
4 entries across 4 versions & 1 rubygems