It’s the third day I’m crushing on Active Admin.
I have @survey that has_many :questions and each question has_many :answers – they are actually variants users can choose from.
But still I cant put it to work, it just doesn’t create anything deeper then 1 level:
even the form works properly, but nothing is created.
I have the following clases Course->Sections->Lessons.
I did the following:
My models are as follow:
And it works great! I don’t know what happens if I go more levels deeper.