summaryrefslogtreecommitdiff
path: root/app/models/concerns/enum_with_nil.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/concerns/enum_with_nil.rb')
-rw-r--r--app/models/concerns/enum_with_nil.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/concerns/enum_with_nil.rb b/app/models/concerns/enum_with_nil.rb
index 6b37903da20..23acfe9a55f 100644
--- a/app/models/concerns/enum_with_nil.rb
+++ b/app/models/concerns/enum_with_nil.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module EnumWithNil
extend ActiveSupport::Concern