summaryrefslogtreecommitdiff
path: root/app/models/epic.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/epic.rb')
-rw-r--r--app/models/epic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/epic.rb b/app/models/epic.rb
index ccd10593434..3693db1de33 100644
--- a/app/models/epic.rb
+++ b/app/models/epic.rb
@@ -2,7 +2,7 @@
# Placeholder class for model that is implemented in EE
# It reserves '&' as a reference prefix, but the table does not exists in CE
-class Epic < ActiveRecord::Base
+class Epic < ApplicationRecord
def self.link_reference_pattern
nil
end