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
4edae5e7bb
commit
8ee5dd9322
17 changed files with 154 additions and 2 deletions
8
test/fixtures/users.yml
vendored
8
test/fixtures/users.yml
vendored
|
|
@ -4,4 +4,10 @@ one:
|
|||
name: testuser
|
||||
status: test
|
||||
email: test@email.com
|
||||
password_digest: <%= BCrypt::Password.create('testpassword') %>
|
||||
password_digest: <%= BCrypt::Password.create('testpassword') %>
|
||||
|
||||
two:
|
||||
name: testuser2
|
||||
status: dead
|
||||
email: tester2@email.com
|
||||
password_digest: <%= BCrypt::Password.create('tpass2') %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue