Sha256: 672a342f9c5a1ecb182d38ced09acb62687e797dbe54ce59aaff9430e4b80905
Contents?: true
Size: 303 Bytes
Versions: 76
Compression:
Stored size: 303 Bytes
Contents
# frozen_string_literal: true module ActiveStorage module Attached::Changes #:nodoc: extend ActiveSupport::Autoload eager_autoload do autoload :CreateOne autoload :CreateMany autoload :CreateOneOfMany autoload :DeleteOne autoload :DeleteMany end end end
Version data entries
76 entries across 76 versions & 7 rubygems