From: Tom Hughes Date: Sat, 26 Nov 2011 16:06:41 +0000 (+0000) Subject: Remove old unused monkey patch X-Git-Tag: live~5992 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d74cb34e1ef363a0bb64174119b8cd6c9ffcb472 Remove old unused monkey patch --- diff --git a/config/initializers/asset_tag_helper.rb b/config/initializers/asset_tag_helper.rb deleted file mode 100644 index c1c2c94a4..000000000 --- a/config/initializers/asset_tag_helper.rb +++ /dev/null @@ -1,9 +0,0 @@ -module ActionView - module Helpers - module AssetTagHelper - def asset_path(source) - compute_public_path(source, nil) - end - end - end -end