summaryrefslogtreecommitdiff
path: root/app/models/appearance.rb
diff options
context:
space:
mode:
authorJan Provaznik <jprovaznik@gitlab.com>2018-05-07 15:49:32 +0200
committerJan Provaznik <jprovaznik@gitlab.com>2018-05-16 08:58:07 +0200
commit32e22468300e3a52c82a855a01fc3983473107e0 (patch)
treebedc55c548a0083183c346efbc5f7d6809af1f48 /app/models/appearance.rb
parentc81a37c1d3f864cf0a00386dab29da78f222e3a5 (diff)
downloadgitlab-ce-32e22468300e3a52c82a855a01fc3983473107e0.tar.gz
Changed order of include
Diffstat (limited to 'app/models/appearance.rb')
-rw-r--r--app/models/appearance.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/appearance.rb b/app/models/appearance.rb
index f3cfc8ccd1e..f8713138a93 100644
--- a/app/models/appearance.rb
+++ b/app/models/appearance.rb
@@ -1,8 +1,8 @@
class Appearance < ActiveRecord::Base
- include WithUploads
include CacheMarkdownField
include AfterCommitQueue
include ObjectStorage::BackgroundMove
+ include WithUploads
cache_markdown_field :description
cache_markdown_field :new_project_guidelines