Add new action

  • Action
  • Multiple actions
  • Repeating actions
<%= render partial: "todos/new_todo_form", :object => Todo.new %>
<%= render partial: "todos/new_multi_todo_form", :object => Todo.new %>

WIP:repeating actions