Method: Intro::Cache.delete
- Defined in:
- lib/intro/cache.rb
.delete(controller, action) ⇒ Object
12 13 14 |
# File 'lib/intro/cache.rb', line 12 def delete(controller, action) Rails.cache.delete(cache_token(controller, action)) end |