Add posts, tags, tagging, to database. Create references to align with new DB model. Add image of mermaid template model.
This commit is contained in:
parent
881cafdb05
commit
663c583a51
17 changed files with 154 additions and 2 deletions
17
test/fixtures/posts.yml
vendored
Normal file
17
test/fixtures/posts.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
title: MyString
|
||||
content: MyText
|
||||
pinned: false
|
||||
user: one
|
||||
image: one
|
||||
type:
|
||||
|
||||
two:
|
||||
title: MyString
|
||||
content: MyText
|
||||
pinned: false
|
||||
user: two
|
||||
image: two
|
||||
type:
|
||||
Loading…
Add table
Add a link
Reference in a new issue