4 5 6 7
# File 'lib/shellac/actions.rb', line 4 def purge regex, recursive=false return unless ActionController::Base.perform_caching Shellac::Cache.instance.purge regex, recursive end