change rooms#index to rooms#show

This commit is contained in:
Josh
2018-05-23 16:13:24 -04:00
parent 434021239c
commit 3dd7b33363
3 changed files with 6 additions and 15 deletions

View File

@ -5,13 +5,3 @@
#
# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
# Character.create(name: 'Luke', movie: movies.first)
User.create(
provider: "greenlight",
name: "Test User",
uid: "someuid",
username: "testuser",
email: "test@user.com",
password: "password",
password_confirmation: "password",
)