ruby on rails - Nested Form or Multiple Child -


i'm using nested_form gem. i'd know if there possibility or without it, make more complex nested set.

take example:

a task has subtask has subtask task -> subtask -> subtask, subtask belong subtask belong task

is nested inside nested.


Comments