Module: Shaf::CacheControl
- Defined in:
- lib/shaf/helpers/cache_control.rb
Instance Method Summary collapse
Instance Method Details
#cache_control(*args, **kwargs) ⇒ Object
3 4 5 6 |
# File 'lib/shaf/helpers/cache_control.rb', line 3 def cache_control(*args, **kwargs) __rewrite_max_age(kwargs) super(*args, **kwargs) end |