Sha256: 37ac9ca666ed05ad609b68ea07b13ea4a570ede449f0b317c429097316ff3684
Contents?: true
Size: 582 Bytes
Versions: 28
Compression:
Stored size: 582 Bytes
Contents
module Workarea module Storefront module FaviconsHelper # TODO remove in v3.6 def favicon_tags; end Workarea.deprecation.deprecate_methods( FaviconsHelper, favicon_tags: "Use `render 'workarea/storefront/favicons/tags'`" ) def favicons_present? Content::Asset.favicons.count.positive? end def favicons_path(size, options = {}) image_url(dynamic_favicons_path(size, options)) end def favicon_path(options = {}) image_url(dynamic_favicon_path(options)) end end end end
Version data entries
28 entries across 28 versions & 1 rubygems