instance method
path_for
Ruby on Rails 3.2.22.5
Since v3.1.12 Last seen in v3.2.22.5Available in: v3.1.12 v3.2.22.5
Signature
path_for(asset)
No documentation comment.
Parameters
-
assetreq
Source
# File actionpack/lib/sprockets/static_compiler.rb, line 44
def path_for(asset)
@digest ? asset.digest_path : asset.logical_path
end
Defined in actionpack/lib/sprockets/static_compiler.rb line 44
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Sprockets::StaticCompiler