Method: Merb::Cache::ActionStore#normalize
- Defined in:
- lib/merb-cache/stores/strategy/action_store.rb
#normalize(dispatch) ⇒ Object
52 53 54 |
# File 'lib/merb-cache/stores/strategy/action_store.rb', line 52 def normalize(dispatch) "#{dispatch.class.name}##{dispatch.action_name}" unless dispatch.class.name.blank? || dispatch.action_name.blank? end |