add lb option

This commit is contained in:
Josh
2018-05-11 15:57:31 -04:00
parent b452932767
commit 0f8a4734b2
13 changed files with 183 additions and 41 deletions

View File

@ -12,6 +12,6 @@ User.create(
uid: "someuid",
username: "testuser",
email: "test@user.com",
password: "test",
password_confirmation: "test",
password: "password",
password_confirmation: "password",
)