app/models/spotlight/bulk_update.rb in blacklight-spotlight-3.5.0.4 vs app/models/spotlight/bulk_update.rb in blacklight-spotlight-3.6.0.beta1
- old
+ new
@@ -1,7 +1,8 @@
# frozen_string_literal: true
module Spotlight
+ # :nodoc:
class BulkUpdate < ActiveRecord::Base
mount_uploader :file, Spotlight::BulkUpdatesUploader
belongs_to :exhibit
end
end