class ActiveStorage::Attached

classes that both provide proxy access to the blob association for a record.
Abstract base class for the concrete ActiveStorage::Attached::One and ActiveStorage::Attached::Many

def change

def change
  record.attachment_changes[name]
end

def initialize(name, record)

def initialize(name, record)
  @name, @record = name, record
end