module ActiveFedora::File::Attributes

def dirty_size

def dirty_size
  content.size if content_changed? && content.respond_to?(:size)
end