thoughtbot/administrate

Documentation suggestion for nested forms - HasOne

Open

#1013 aperta il 25 ott 2017

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Ruby (1110 fork)batch import
bugdocumentationgood first issue

Metriche repository

Star
 (5765 star)
Metriche merge PR
 (Merge medio 185g 7h) (8 PR mergiate in 30 g)

Descrizione

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.

https://github.com/thoughtbot/administrate/blob/3366bd10a4afaf5bc0c63ea0f5ecc12b5d1bae31/lib/administrate/field/has_one.rb#L8

Guida contributor