forked from External/greenlight
change rooms#index to rooms#show
This commit is contained in:
10
db/seeds.rb
10
db/seeds.rb
@ -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",
|
||||
)
|
Reference in New Issue
Block a user