idearise
Results
2
comments of
idearise
This might help with obtaining the digest file names...A hash containing keys of precompiled assets with the values of their digest filenames is available through: ``` Rails.application.config.assets.digests ```
Digest versions are available in any environment where digest URLs enabled ( config.assets.digest = true ).