Sha256: 4d4311f1993cf3f843bdf0b75eb6b4d59dac756786defac63cf2c3f9a371cfde
Contents?: true
Size: 234 Bytes
Versions: 5
Compression:
Stored size: 234 Bytes
Contents
# frozen_string_literal: true module VelocityAudited module Generators module MigrationHelper def migration_parent "ActiveRecord::Migration[#{ActiveRecord::Migration.current_version}]" end end end end
Version data entries
5 entries across 5 versions & 1 rubygems