module NeopolyStyle::Patches::ApplicationHelperPatch
Patches
to be applied to the global ApplicationHelper to support out custom styling
Public Instance Methods
favicon_path_with_neopoly_style()
click to toggle source
Returns the path to our own favicon
# File lib/neopoly_style/patches/application_helper_patch.rb, line 13 def favicon_path_with_neopoly_style image_path(NeopolyStyle.favicon) end