与えられた
<% @incidents.each_with_index do |incident,i| %>
インシデントの編集属性と、インシデント.ユーザーやインシデント.コンタクトなどの親の関連付けを編集する方法がわかりません
これは、たとえば次のように機能します。
best_in_place incident, :notes, type: :input, nil: 'Add Note'
しかし、incident.customer を実行して Customer.all のドロップダウンを取得する方法がわかりません (incident belongs_to :customer)
試すたびにさまざまなエラーが発生します。