runtimerevolution / survey

Survey is a Rails Engine that brings quizzes, surveys and contests into your Rails application.
MIT License
265 stars 127 forks source link

Attach a Survey to a parent Model #17

Open risinglf opened 10 years ago

risinglf commented 10 years ago

How you would attach a survey model to another model that acts as its parent?

Eg:

A lesson has a survey The survey belongs to the lesson (or anything)

alex-quiterio commented 9 years ago

Hi @risinglf,

I didn't understand well your suggestion. Could you try to explain your use-case in more detail?

Thank you.