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