module RailsCom::AttachmentPrepend

Public Instance Methods

identify_blob() click to toggle source
# File lib/rails_com/active_storage/attachment_prepend.rb, line 3
def identify_blob
  if record.respond_to? "sync_#{name}"
    record.send "sync_#{name}"
  end
  blob.identify_later
end