how is it possible to a repeat a step? I've combined this Railscast with the Railstcast dealing with nested attributes.
For example: In the first form I will create a question. In the next step I will create an answer and can choose between "Create a 2. Seconds Answer" or "Finish". If I choose to create a second or third answer this should happen in a new form until I decide to finish this record.
Hi,
how is it possible to a repeat a step? I've combined this Railscast with the Railstcast dealing with nested attributes.
For example: In the first form I will create a question. In the next step I will create an answer and can choose between "Create a 2. Seconds Answer" or "Finish". If I choose to create a second or third answer this should happen in a new form until I decide to finish this record.
Best Regards,
Ben