Skip to content

Commit

Permalink
Persistent 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Dec 2, 2012
1 parent 5fdfe7c commit 1ec582f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model.hs
Expand Up @@ -11,5 +11,5 @@ import Language.Haskell.TH.Syntax
-- You can find more information on persistent and how to declare entities
-- at:
-- http://www.yesodweb.com/book/persistent/
share [mkPersist MkPersistSettings { mpsBackend = ConT ''Action }, mkMigrate "migrateAll"]
share [mkPersist MkPersistSettings { mpsBackend = ConT ''MongoBackend }, mkMigrate "migrateAll"]
$(persistFileWith lowerCaseSettings "config/models")

0 comments on commit 1ec582f

Please sign in to comment.