I am building a online form, with about 20 multiple choice checkboxes.
I can get the nested data with this command.
raise params.to_yaml
I need to store these data and call them again later. I want to sort out which user chose which specific checkbox, i.e. who chose checkbox no.2?
What's the best way to store these data in database?