Method: Merb::Cache::ControllerInstanceMethods#abort_cache_action
- Defined in:
- lib/merb-cache/cache-action.rb
#abort_cache_action ⇒ Object
You can call this method if you need to prevent caching the action after it has been rendered.
85 86 87 |
# File 'lib/merb-cache/cache-action.rb', line 85 def abort_cache_action @capture_action = false end |