Remove old unused monkey patch

This commit is contained in:
Tom Hughes 2011-11-26 16:06:41 +00:00
parent ae8a114069
commit d74cb34e1e

View file

@ -1,9 +0,0 @@
module ActionView
module Helpers
module AssetTagHelper
def asset_path(source)
compute_public_path(source, nil)
end
end
end
end