X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/07e84496255ebd1d53108894e0fb8ce98b55ccee..ea132b001d222a6e2781f51357982934de1f58ae:/config/initializers/assert_tag_helper.rb diff --git a/config/initializers/assert_tag_helper.rb b/config/initializers/assert_tag_helper.rb deleted file mode 100644 index a5f2e5ac3..000000000 --- a/config/initializers/assert_tag_helper.rb +++ /dev/null @@ -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