Commit b121b1c7 authored by Doug Stull's avatar Doug Stull Committed by Peter Leitzen

Require ee validator file explicitely

- During local development on osx with gdk, it was noticed
  that autoloader didn't define the ee version of the file
  at the load time of the non ee file and therefore
  caused an uninitialized constant error.
parent 0d8c98d6
# frozen_string_literal: true
module EE
module API
module Validations
# This empty module is needed to resolve Mac OS X flakey autoloading issues as seen in
# https://gitlab.com/gitlab-org/gitlab/-/merge_requests/28804
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment