class PactBroker::UI::Controllers::Index
Private Instance Methods
set_headers()
click to toggle source
# File lib/pact_broker/ui/controllers/index.rb, line 57 def set_headers response.headers["Cache-Control"] = "no-cache, no-store, must-revalidate" response.headers["Pragma"] = "no-cache" response.headers["Expires"] = "0" end