Commit 4154fa28 authored by Stan Hu's avatar Stan Hu

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

Remove including ee Epics module

See merge request gitlab-org/gitlab-ce!15162
parents 1d4efeec 125eae31
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment