add models for Project, Task, Note, Category
This commit is contained in:
11
test/fixtures/project_categories.yml
vendored
Normal file
11
test/fixtures/project_categories.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
title: MyString
|
||||
description: MyText
|
||||
order: 1
|
||||
|
||||
two:
|
||||
title: MyString
|
||||
description: MyText
|
||||
order: 1
|
||||
Reference in New Issue
Block a user