]> git.openstreetmap.org Git - rails.git/blob - config/initializers/asset_tag_helper.rb
Show the name of the logged in user during OAuth authorization
[rails.git] / config / initializers / asset_tag_helper.rb
1 module ActionView
2   module Helpers
3     module AssetTagHelper
4       def asset_path(source)
5         compute_public_path(source, nil)
6       end
7     end
8   end
9 end