Re: [Rails] Simple_Form has_many through question

2016-03-09 Thread Colin Law
On 9 March 2016 at 14:43, John Sanderbeck wrote: > ... > Needless to say I am new to Rails and am struggling with the syntax. I suggest that before continuing with your own project you work right through a good tutorial such as railstutorial.org, which is free to use

[Rails] Simple_Form has_many through question

2016-03-09 Thread John Sanderbeck
I am working on a project and I setup a has_many through relationship but am having a hard time figuring out how to display and edit it on a form. What I have is a Training Table, an Organization Table, and a join table called Attendees In Attendees I have the training_id, organization_id, and