bugdocumentationgood first issue
倉庫指標
- Star
- (5,765 star)
- PR 合併指標
- (平均合併 185天 7小時) (30 天內合併 8 個 PR)
描述
It would be useful to explain that in order to have a has_one association in a form, one has to add
has_one :thing
accepts_nested_attributes_for :thing
to the parent model. Saying this because the Field::HasOne already supports nested form and allows the params.