I open an REPL (lein repl) and add a model by pasting this :
(caribou.core/with-caribou (boot/boot)
(caribou.model/create
:model
{:name "Idea"
:fields [{:name "Title" :type "string"}
{:name "Desc" :type "string"}
{:name "Supporters" :type "link"}
{:name "Actions" :type "link"}
{:name "Questions" :type "collection"}]}))
When I log in to the admin and try to "Modify" this new model, I get only
to see the first 3 custom fields (Title, Desc and Supporters)
Why is that so? What am I doing wrong?
Thanks very much!
Leon, a clojure beginner
--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.