hopsoft/stimulus_todomvc

View on GitHub
app/views/todos/_form.html.erb

Summary

Maintainability
Test Coverage
<%= form_for Todo.new, remote: true do |f| %>
  <%= f.text_field :title, class: "new-todo", placeholder: "What needs to be done?", autofocus: true %>
<% end %>