class PactBroker::UI::Controllers::Index
Private Instance Methods
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