-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Create Components table
- Add
publication_idcolumn - integer - Add
titlecolumn - string - Add
subtitlecolumn - string - Add
comp_typecolumn - string - Add
due_datecolumn - datetime - Add validation for
publication_idcolumn (presence) - In Publications table add:
has_many :components - Components table should:
belongs_to :publication - Create factories
- Write passing unit tests
- Create seed data