Skip to content
Snippets Groups Projects
Commit 25e5aa64 authored by Matt Jankowski's avatar Matt Jankowski Committed by Eugen Rochko
Browse files

Skip asset pipeline for static file in public/ (#3125)

parent 620d0d80
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ module ApplicationHelper
def favicon_path
env_suffix = Rails.env.production? ? '' : '-dev'
asset_path "favicon#{env_suffix}.ico"
"/favicon#{env_suffix}.ico"
end
def title
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment