thoughtbot/administrate

Documentation suggestion for nested forms - HasOne

Open

#1.013 geöffnet am 25. Okt. 2017

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Ruby (1.110 Forks)batch import
bugdocumentationgood first issue

Repository-Metriken

Stars
 (5.765 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 185T 7h) (8 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide