I am using has_many: skills in my user model and I’m wondering, after a user has selected many skills in dynamically generated form fileds, how do I pull all the skills into an array and display them into my view?
I am using has_many: skills in my user model and I’m wondering, after a
Share
Have the skills been persisted yet? If so, with that association, you should be able to get an array of a user’s skills (assuming you have a user
@user) with