Remove asset tag monkey patch as it is no longer having any effect
due to rails changes.
This commit is contained in:
parent
19f6e67aeb
commit
c82fedb0d6
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
module ActionView
|
|
||||||
module Helpers
|
|
||||||
module AssetTagHelper
|
|
||||||
def rewrite_asset_path!(source)
|
|
||||||
asset_id = rails_asset_id(source)
|
|
||||||
source << "/#{asset_id}" if !asset_id.blank?
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Add table
Add a link
Reference in a new issue