Sha256: 2686e17ed5263d11dbe67a449d3f6116dc5de8942379ead7f6f7ed4b90ce6c16
Contents?: true
Size: 410 Bytes
Versions: 78
Compression:
Stored size: 410 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 autoload :DetachOne autoload :DetachMany autoload :PurgeOne autoload :PurgeMany end end end
Version data entries
78 entries across 75 versions & 8 rubygems