summaryrefslogtreecommitdiff
path: root/app/models/epic.rb
blob: 0d5f21fb61701df24ed78aa99f8f6836ab5a64d6 (plain)
1
2
3
4
5
6
7
8
9
# 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
end