Skip to content

Instantly share code, notes, and snippets.

@espeed
Created June 29, 2013 04:44
Show Gist options
  • Select an option

  • Save espeed/5889791 to your computer and use it in GitHub Desktop.

Select an option

Save espeed/5889791 to your computer and use it in GitHub Desktop.
;; /home/james/projects/airflow/src/airflow/context_test.clj
(ns airflow.context-test
(:require [org.lpetit.ring.servlet.util :as util]))
(defn start-up [ctx]
(println "Starting app with params: " (util/context-params ctx)))
(defn shutdown [ctx]
(println "Stopping app with params: " (util/context-params ctx)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment