Module: NeopolyStyle::Patches::ApplicationHelperPatch

Extended by:
ActiveSupport::Concern
Defined in:
lib/neopoly_style/patches/application_helper_patch.rb

Overview

Patches to be applied to the global ApplicationHelper to support out custom styling

Instance Method Summary collapse

Instance Method Details

#favicon_path_with_neopoly_styleObject

Returns the path to our own favicon



13
14
15
# File 'lib/neopoly_style/patches/application_helper_patch.rb', line 13

def favicon_path_with_neopoly_style
  image_path(NeopolyStyle.favicon)
end