Sha256: 83ac2a6ffcfc0193f3c1a3913ec250092263b39075ff5e6bdfb73f4b6b5b970c
Contents?: true
Size: 322 Bytes
Versions: 16
Compression:
Stored size: 322 Bytes
Contents
json.cache! taxon.cache_key, expires_in: 1.day do json.id taxon.id json.url taxon_path(taxon) json.name taxon.name json.depth taxon.depth json.navigable_url taxon.url.presence || storefront_api_url_for(taxon) json.parent_id taxon.parent_id json.parent_ids taxon.parent_ids json.position taxon.position end
Version data entries
16 entries across 16 versions & 2 rubygems