Plural for fields_for has_many association not showing in view
Currently, an Item belongs_to a Company and has_many ItemVariants . I'm trying to use nested fields_for to add ItemVariant fields through the Item form, however using :item_variants does not display the form. It is only displayed when I use the singular. I have check my associations and they seem to be correct, could it possibly have something to do with item being nested under Company, or am I missing something else? Thanks in advance. Note: Irrelevant code has been omitted from the snippets below. EDIT: Don't know if this is relevant, but I'm using CanCan for Authentication. routes.rb