Method: Ramaze::Helper::Cache::SingletonMethods#cache_action

Defined in:
lib/ramaze/helper/cache.rb

#cache_action(hash) ⇒ Object



70
71
72
73
# File 'lib/ramaze/helper/cache.rb', line 70

def cache_action(hash)
  hash[:method] = hash[:method].to_s
  trait[:cache_action] << hash
end