module NoCache::Extension
Public Instance Methods
no_cache!()
click to toggle source
# File lib/no-cache.rb, line 18 def no_cache! response.headers.merge!(NoCache.headers) end
# File lib/no-cache.rb, line 18 def no_cache! response.headers.merge!(NoCache.headers) end