Ditto
This commit is contained in:
parent
41375af05f
commit
109aef0645
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
||||||
(ns monger.db
|
(ns monger.db
|
||||||
(:refer-clojure :exclude [find remove count drop distinct empty?])
|
(:refer-clojure :exclude [find remove count drop distinct empty?])
|
||||||
(:import [com.mongodb Mongo DB DBCollection])
|
(:import [com.mongodb Mongo DB DBCollection])
|
||||||
(:require monger.core)
|
(:require monger.core
|
||||||
(:use monger.conversion))
|
[monger.conversion :refer :all]))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue