class Hyrax::Preservation::SearchState

Public Instance Methods

url_for_document(doc, options = {}) click to toggle source
# File lib/hyrax/preservation/search_state.rb, line 4
def url_for_document(doc, options = {})
  [controller.hyrax_preservation, doc]
end