Flowdock
method

path_for

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: StaticCompiler
path_for(asset) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/sprockets/static_compiler.rb, line 57
    def path_for(asset)
      @digest ? asset.digest_path : asset.logical_path
    end
Register or log in to add new notes.