2
私のアプリケーションは3つのモデルがあります部分付き:Railsのsimple_form関連が
%p.fields
= f.input :consultant_id, :input_html => { :class => 'special' }
= f.association :consultant
= f.input :nb_days, :input_html => { :class => 'special',:size => 10 }
= f.input :rate, :input_html => {:size => 10}
= f.link_to_remove "Remove this task"
somethすることは可能ですかsimple_formでこれと同じように簡単ですか? 答えはYESです:うまく動作します
エラーは何ですか? – rafaelfranca
erroは次のとおりです。/Users/herveleroy/Dropbox/compta/app/views/projects/_appointment_fields.html.hamlここで行番号4が発生しました: アソシエーション:コンサルタントが見つかりません – rvopale
アソシエーション:コンサルタントが見つかりません – rvopale