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 trial

Ruby

add 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 %>

I do have bootstrap and simple form in my application. Not sure if that will cause a problem.

I do have bootstrap and simple form in my application. Not sure if that will cause a problem.

J.D. Sandifer
J.D. Sandifer
18,813 Points

Ivan, 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?