-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Create Filess table
- Add
submission_idcolumn - integer - Add
file_namecolumn - string - Add
sizecolumn - string - Submissions table should:
has_many :files - In Files table add:
belongs_to :submission - Create factories
- Write passing unit tests
- Create seed data
Reactions are currently unavailable