summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-11-02 20:42:32 +0000
committerStan Hu <stanhu@gmail.com>2017-11-02 20:42:32 +0000
commit4154fa28e948532f15e00b0094e9fc83545a6865 (patch)
tree27faace3de5013e47b781badcfdca2e5be501c24
parent1d4efeec2e1a203be113077e6504d8f256271db1 (diff)
parent125eae31eb2facee8ac7e0d1971ff82a58802418 (diff)
downloadgitlab-ce-39748-add-documentation-on-how-to-create-a-dns-entry-docs.tar.gz
Merge branch 'jk-epic-changes-ce-port' into 'master'39748-add-documentation-on-how-to-create-a-dns-entry-docs
Remove including ee Epics module See merge request gitlab-org/gitlab-ce!15162
-rw-r--r--app/models/epic.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/epic.rb b/app/models/epic.rb
index 0d5f21fb617..62898a02e2d 100644
--- a/app/models/epic.rb
+++ b/app/models/epic.rb
@@ -1,8 +1,6 @@
# Placeholder class for model that is implemented in EE
# It will reserve (ee#3853) '&' as a reference prefix, but the table does not exists in CE
class Epic < ActiveRecord::Base
- prepend EE::Epic
-
# TODO: this will be implemented as part of #3853
def to_reference
end