module ActionText::Attachable

def attachable_filesize

def attachable_filesize
  try(:byte_size) || try(:filesize)
end