Skip to content

Instantly share code, notes, and snippets.

@youliangdao
Created December 3, 2022 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save youliangdao/ac5a392a8bb1e913c78813ada57fb597 to your computer and use it in GitHub Desktop.
Save youliangdao/ac5a392a8bb1e913c78813ada57fb597 to your computer and use it in GitHub Desktop.
<h1>TODO LIST</h1>
<%= form_with(model: Task.new, id: "task-send-form") do |f| %>
<%= f.text_field :title, id: "task-input" %>
<%= f.submit "登録する" %>
<% end %>
<ul id="todos"></ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment