In my application I have a Thought model which has content and author attributes.
I want to create multiple thoughts at once using new form. But this is not a case of nested forms as i am not using any associated models.
Please suggest some solution. Thanks in advance!