Repositories (1)
fourthmeal
1 snippets stored for this repo
user5 = User.create(email: "[email protected]",
full_name: "Neck Beard",
display_name: "neckbeard",
password: "password",
admin: true)
user5 = User.create(email: "[email protected]",
full_name: "Neck Beard",
display_name: "neckbeard",
password: "password",
admin: true)