# File lib/paperclip/matchers/validate_attachment_content_type_matcher.rb, line 24
        def allowing *types
          @allowed_types = types.flatten
          self
        end