Module: SufiaUrlHelper

Defined in:
app/helpers/sufia_url_helper.rb

Instance Method Summary collapse

Instance Method Details

#track_collection_path(*args) ⇒ Object



6
7
8
# File 'app/helpers/sufia_url_helper.rb', line 6

def track_collection_path(*args)
  track_solr_document_path(*args)
end

#track_generic_file_path(*args) ⇒ Object



2
3
4
# File 'app/helpers/sufia_url_helper.rb', line 2

def track_generic_file_path(*args)
  track_solr_document_path(*args)
end