Sha256: 0ebfeb9fdfe6894a2b27e6af4119deccb59304534d3a8cf87ad4db7a3790a08b

Contents?: true

Size: 204 Bytes

Versions: 2

Compression:

Stored size: 204 Bytes

Contents

module Shellac
  module Actions
  
    def purge regex, recursive=false
      return unless ActionController::Base.perform_caching
      Shellac::Cache.instance.purge regex, recursive
    end
  
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shellac-0.0.2.4 lib/shellac/actions.rb
shellac-0.0.2.3 lib/shellac/actions.rb