PERF: finalize porting to new incoming links structure

This commit is contained in:
Sam
2014-08-04 16:43:57 +10:00
parent 22768a4b68
commit 03c8f09be8
14 changed files with 145 additions and 23 deletions

View File

@ -63,7 +63,7 @@ class StaticController < ApplicationController
)
end
skip_before_filter :store_incoming_links, :verify_authenticity_token, only: [:cdn_asset]
skip_before_filter :verify_authenticity_token, only: [:cdn_asset]
def cdn_asset
path = File.expand_path(Rails.root + "public/assets/" + params[:path])