Class: ToSpotlight::SpotlightTransfer
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- ToSpotlight::SpotlightTransfer
- Defined in:
- app/models/to_spotlight/spotlight_transfer.rb
Instance Method Summary collapse
Instance Method Details
#collection_title ⇒ Object
5 6 7 |
# File 'app/models/to_spotlight/spotlight_transfer.rb', line 5 def collection_title @collection_title ||= ::SolrDocument.find(collection_id).title.first end |