Sha256: 8a024869842a0e67713a3d00d0120db4eff9c7c7b2de67cf0c9a9ab3d4968cde
Contents?: true
Size: 209 Bytes
Versions: 1
Compression:
Stored size: 209 Bytes
Contents
module Shellac module Actions def purge regex return unless perform_caching Shellac::Cache.instance.purge regex end end end ActionController::Base.send :include, Shellac::Actions
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shellac-0.0.1 | lib/shellac/actions.rb |