Remove including ee module

This commit is contained in:
Jarka Kadlecova 2017-11-02 20:34:20 +01:00
parent 064c8949bd
commit 125eae31eb
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