summaryrefslogtreecommitdiff
path: root/lib/api/entities/wiki_page.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-26 15:09:11 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-26 15:09:11 +0000
commit1a18b430890a59ad846deed3a8e88f54e9db4c35 (patch)
tree3dfda0922a4e2217b8de11db106148affe636145 /lib/api/entities/wiki_page.rb
parentbbda97dde4df05f2aaccdf325a8344f36358ccde (diff)
downloadgitlab-ce-1a18b430890a59ad846deed3a8e88f54e9db4c35.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/entities/wiki_page.rb')
-rw-r--r--lib/api/entities/wiki_page.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/api/entities/wiki_page.rb b/lib/api/entities/wiki_page.rb
new file mode 100644
index 00000000000..a8ef0bd857c
--- /dev/null
+++ b/lib/api/entities/wiki_page.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+module API
+ module Entities
+ class WikiPage < WikiPageBasic
+ expose :content
+ end
+ end
+end