Skip asset pipeline for static file in public/ (#3125)
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							620d0d8029
						
					
				
				
					commit
					25e5aa645d
				
			@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user