thoughtbot/administrate
GitHub で見るDocumentation suggestion for nested forms - HasOne
Open
#1,013 opened on 2017年10月25日
bugdocumentationgood first issue
Repository metrics
- Stars
- (5,765 stars)
- PR merge metrics
- (平均マージ 185d 7h) (30d で 8 merged PRs)
説明
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.