Ruby on Rails Wednesday, June 27, 2018

Hello:

I have an interesting yet somewhat strange task. Currently, there is a form in my app which adds just single record for certifying tutors. The group wants a way for volume purchasing where a coordinator can login and add multiple tutors in one form. I was considering a nested form or form object but since the certificate actually follows the individual instead of coordinator, I am now thinking it is best if multiple records under the "Certifcation" model get created under a single form. I really don't see why I'd need an entirely separate model for this. Would I need to implement a "hacky" solution for this?

Any advice would be greatly appreciated.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/08b175b9-484e-4708-902b-44ab4d7c3373%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment