Edit your check

<%= render "form", check: @check %>
<%= button_to("Delete", check_path(@check), class: "btn btn-danger", method: :delete, data: { confirm: "Are you sure ?" }) %>