# File lib/paperclip/matchers/validate_attachment_size_matcher.rb, line 45
        def failure_message
          "Attachment #{@attachment_name} must be between #{@low} and #{@high} bytes"
        end