Module: NoCache::Extension
- Defined in:
- lib/no-cache.rb
Instance Method Summary collapse
Instance Method Details
#no_cache! ⇒ Object
18 19 20 |
# File 'lib/no-cache.rb', line 18 def no_cache! response.headers.merge!(NoCache.headers) end |