projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into openstreetbugs
[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