Merge branch 'jk-epic-changes-ce-port' into 'master'

Remove including ee Epics module

See merge request gitlab-org/gitlab-ce!15162
This commit is contained in:
Stan Hu 2017-11-02 20:42:32 +00:00
commit 4154fa28e9
1 changed files with 0 additions and 2 deletions

View File

@ -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