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:
commit
4154fa28e9
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
# Placeholder class for model that is implemented in EE
|
# 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
|
# It will reserve (ee#3853) '&' as a reference prefix, but the table does not exists in CE
|
||||||
class Epic < ActiveRecord::Base
|
class Epic < ActiveRecord::Base
|
||||||
prepend EE::Epic
|
|
||||||
|
|
||||||
# TODO: this will be implemented as part of #3853
|
# TODO: this will be implemented as part of #3853
|
||||||
def to_reference
|
def to_reference
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue