back to

Ruby on Rails To-do List

ARCHIVED

Archived: This project has been archived. Cards can no longer be completed.

Adding Todo Items

Stefy
Stefy completed this card.
Run specs with documentation format:
bin/rspec --format=documentation 

Create a form for a nested model:
form_for [@todo_list, @todo_item] do |form|