login with provider in personal room

This commit is contained in:
Zachary Chai
2016-10-20 10:15:56 -04:00
parent e1ab78ec63
commit 4ec17344eb
4 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
provider: Twitter
provider: twitter
uid: <%= SecureRandom.hex(10) %>
name: User 1
username: user1
two:
provider: TWitter
provider: google
uid: <%= SecureRandom.hex(10) %>
name: User 2
username: user2