class ActiveStorage::Filename

def to_s

Returns the sanitized version of the filename.
def to_s
  sanitized.to_s
end