app/models/concerns/spotlight/custom_translation_extension.rb in blacklight-spotlight-2.4.1 vs app/models/concerns/spotlight/custom_translation_extension.rb in blacklight-spotlight-2.5.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Spotlight
##
# Module that extends I18n::Backend::ActiveRecord::Translation to provide
# additional Spotlight behavior, such as exhibit specific Translations
module CustomTranslationExtension