Created
June 29, 2013 04:44
-
-
Save espeed/5889791 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; /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