I have been stuck on this problem for a while.
Need to make a form for competitions category with custom inputs. It should take all values fro
Sounds to me like you're looking for accepts_nested_attributes_for
accepts_nested_attributes_for
See: https://apidock.com/rails/v3.2.3/ActiveRecord/NestedAttributes/ClassMethods/accepts_nested_attributes_for
https://rubyplus.com/articles/3681-Complex-Forms-in-Rails-5
Also, check out the cocoon gem.