Sha256: 9c2ed4210a04fbb22169217f7396f4e589bdc05a11b4b0a69ff451b399454f2f
Contents?: true
Size: 231 Bytes
Versions: 9
Compression:
Stored size: 231 Bytes
Contents
module ActiveRecord module SimpleIndexName module EnableShorten def exec_migration(conn, direction) ActiveRecord::SimpleIndexName.with_shorten(:enable) do super end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems