社内SEの独り言

WEBの学びをつらつらと書いていきます

2021-09-04から1日間の記事一覧

form_with

form_withのmodel指定について = form_with model: [post, comment], class: 'd-flex mb-0 flex-nowrap justify-content-between', remote: true do |f| = f.text_field :body, class: 'form-control input-comment-body', placeholder: 'コメント' = f.subm…