summaryrefslogtreecommitdiff
path: root/lib/api/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/base.rb')
-rw-r--r--lib/api/base.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/api/base.rb b/lib/api/base.rb
new file mode 100644
index 00000000000..e174cef3bad
--- /dev/null
+++ b/lib/api/base.rb
@@ -0,0 +1,6 @@
+# frozen_string_literal: true
+
+module API
+ class Base < Grape::API::Instance # rubocop:disable API/Base
+ end
+end