Sha256: 44d2b2a6a1d752904c2a45c38f9c0df99c842b6e1586fc958b6182e198f6e1f4

Contents?: true

Size: 281 Bytes

Versions: 4

Compression:

Stored size: 281 Bytes

Contents

# TODO: Are these methods still needed?
module SufiaUrlHelper
  def track_generic_work_path(*args)
    track_catalog_path(*args)
  end

  def track_file_set_path(*args)
    track_catalog_path(*args)
  end

  def track_collection_path(*args)
    track_catalog_path(*args)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sufia-7.0.0.beta4 app/helpers/sufia_url_helper.rb
sufia-7.0.0.beta3 app/helpers/sufia_url_helper.rb
sufia-7.0.0.beta2 app/helpers/sufia_url_helper.rb
sufia-7.0.0.beta1 app/helpers/sufia_url_helper.rb