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