app/models/spotlight/featured_image.rb in blacklight-spotlight-2.4.1 vs app/models/spotlight/featured_image.rb in blacklight-spotlight-2.5.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Spotlight
##
# Featured images for browse categories, feature pages, and exhibits
class FeaturedImage < ActiveRecord::Base
mount_uploader :image, Spotlight::FeaturedImageUploader