class Sprockets::Asset

def digest_path


"foo/bar-37b51d194a7513e45b56f6524f2d51f2.js"

Return logical path with digest spliced in.
def digest_path
  environment.attributes_for(logical_path).path_with_fingerprint(digest)
end