Welcome to mirror list, hosted at ThFree Co, Russian Federation.

epic.rb « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62898a02e2dda294802f5e55bb48f8815a2de821 (plain)
1
2
3
4
5
6
7
# 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
  # TODO: this will be implemented as part of #3853
  def to_reference
  end
end