Module: AssetHash
- Defined in:
- lib/asset_hash.rb,
lib/asset_hash/railtie.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.fingerprint(path) ⇒ Object
11 12 13 |
# File 'lib/asset_hash.rb', line 11 def self.fingerprint(path) AssetHash::Base.fingerprint(path) end |
.process! ⇒ Object
7 8 9 |
# File 'lib/asset_hash.rb', line 7 def self.process! AssetHash::Base.process! end |