All Pages All Books|
|
||
|
Day 3 on Rails
|
||
|
|
||
|
Now it’s time to start on the heart of the application. The Items table contains the list of ‘todos’. Every Item may belong to one of the Categories we created on Day 2. An Item optionally may have one Note, held in a separate table, which we will look at tomorrow. Each table has a primary key ‘id’, which is also used to record links between the tables.
|
||
|
|
||