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