-4
enter image description hereルビーHAML予期せぬ結末エラー
_formコードは次のとおりです。
= simple_form_for @book, html: { multipart: true } do |f|
- if @book.errors.any?
#errors
%p
= @book.errors.count
Prevented this book from saving
%ul
- @book.errors.full_message.each do |msg|
%li= msg
.panel-body
=f.input :title, input_html: {class: 'form-control'}
=f.input :description, input_html: {class: 'form-control'}
=f.button :submit, class: "btn btn-primary"
を行うよりも、私はあなたが適切にあなたのフォーマットに数秒を費やす1.ない限り、多くの助けを取得するつもりだとは思いませんポスト、そして2.質問をする。 –