# File lib/action_controller/base.rb, line 1159
      def expires_now #:doc:
        response.headers["Cache-Control"] = "no-cache"
      end