Skip to content

Commit

Permalink
Updated the model generator to fully qualify the call to init-model.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Courtney committed Aug 20, 2009
1 parent 11db215 commit dc6819a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,7 +40,7 @@
(:use conjure.model.base
clj-record.boot))
(init-model)")]
(clj-record.core/init-model)")]
(file-utils/write-file-content model-file model-content)
(generate-migration-file model)
(model-test-generator/generate-unit-test model)))
Expand Down

0 comments on commit dc6819a

Please sign in to comment.