typo fixed in doc
This commit is contained in:
parent
368d4b9c27
commit
20d2cd6cae
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ Start a Rails console:
|
|||
|
||||
Create a new user record:
|
||||
|
||||
user = User.create(realname: 'Christoph Haas', password: 'foobartest', email: 'email@christoph-haas.de', provider: 'local')
|
||||
user = User.create(name: 'Christoph Haas', password: 'foobartest', email: 'email@christoph-haas.de', provider: 'local')
|
||||
user.save!
|
||||
|
||||
## Cron jobs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue