Module: Iconmap::Freshness
- Defined in:
- app/controllers/iconmap/freshness.rb
Instance Method Summary collapse
Instance Method Details
#stale_when_iconmap_changes ⇒ Object
2 3 4 |
# File 'app/controllers/iconmap/freshness.rb', line 2 def stale_when_iconmap_changes etag { Rails.application.iconmap.digest(resolver: helpers) if request.format&.html? } end |