<%= bootstrap_form_with(model: report) do |form| %> <%= form.text_field :name %> <%= form.rich_text_area :comment %> <%= form.submit %> <% end %>