Richtext with Nested Attributes in form
This may have been covered but i've got a form with a nested attribute, which I want to include a rich text form with trix/action text. When submitting the form rails all of a sudden ignores the "fields_for" and tries to associate the attribute to the parent record. It works fine with a normal text_area. Has anyone been able to find a fix?