Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDaniel Roman
2,867 Pointsadd nested_ fields link : line_items
Im trying to add nested_fields link to my order _form.html.erb Im not getting a error code but my button doesn't work. It won't add another line item <%= f.add_nested_fields_link :line_items %>
Daniel Roman
2,867 PointsI do have bootstrap and simple form in my application. Not sure if that will cause a problem.
J.D. Sandifer
18,813 PointsIvan, I don't have the answer to this problem myself, but others who could answer might find it useful to have some more information. Is this a specific code challenge or example application that you could link to so others know more about what you're trying to accomplish?
Daniel Roman
2,867 PointsDaniel Roman
2,867 PointsI do have bootstrap and simple form in my application. Not sure if that will cause a problem.