class Paperclip::Attachment

def errors

Returns an array containing the errors on this attachment.
def errors
  @errors
end