Add auth and ruby update
This commit is contained in:
parent
5d50194f39
commit
fbf6923835
43 changed files with 614 additions and 64 deletions
|
|
@ -48,4 +48,6 @@ Link.create!(url: "https://www.a11yproject.com/",
|
|||
Link.create!(url: "https://www.a11yproject.com/",
|
||||
text: "The A11Y Project",
|
||||
description: "The A11Y Project is a community-driven effort to make digital accessibility easier.",
|
||||
link_category: LinkCategory.find_by(name: "Artikel"))
|
||||
link_category: LinkCategory.find_by(name: "Artikel"))
|
||||
|
||||
Account.find_or_initialize_by(email: "admin@example.com").update!(password: "password")
|
||||
Loading…
Add table
Add a link
Reference in a new issue