Ok I got it.
Supporters, Actions and Questions needs to be created separately and linked
to Idea. (Idea, which is created at first, doesn't need to mention those)
Makes sense!
> When I log in to the admin and try to "Modify" this new model, I get only
> to see the first 3 custom fields (Ti
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"}