diff options
Diffstat (limited to 'app/models/epic.rb')
-rw-r--r-- | app/models/epic.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/epic.rb b/app/models/epic.rb index 286b855de3f..f027993376c 100644 --- a/app/models/epic.rb +++ b/app/models/epic.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + # 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 |