# File lib/paperclip/matchers/validate_attachment_content_type_matcher.rb, line 71
        def allowed_types_allowed?
          @allowed_types.all? { |type| type_allowed?(type) }
        end