diff options
author | Jarka Kadlecova <jarka@gitlab.com> | 2017-11-02 20:34:20 +0100 |
---|---|---|
committer | Jarka Kadlecova <jarka@gitlab.com> | 2017-11-02 20:34:20 +0100 |
commit | 125eae31eb2facee8ac7e0d1971ff82a58802418 (patch) | |
tree | 04f1146541a0e8c6b86ffd02a4104609886d2a93 | |
parent | 064c8949bd2cbbd304909b84f4ddac3c80827b94 (diff) | |
download | gitlab-ce-125eae31eb2facee8ac7e0d1971ff82a58802418.tar.gz |
Remove including ee module
-rw-r--r-- | app/models/epic.rb | 2 |
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 |