clj
Clojure
code posted
created at 01 Jan 00:05
Edit
|
Back
1
2
3
4
5
6
7 |
(ns xx.views.welcome
(:require [xx.views.common :as common])
(use noir.core
hiccup.core
hiccup.page-helpers)
(:use somnium.congomongo)
(:use [somnium.congomongo.config :only [*mongo-config*]]))
|
223 Bytes in 2 ms with coderay