Added hint on how to add admins

This commit is contained in:
Christoph Haas 2015-07-15 18:00:09 +02:00
parent 6416aa191f
commit 0fee19f76d

View file

@ -120,3 +120,9 @@ or production you need to…
- RAILS_ENV=production rake assets:precompile
- run the production web server
- RAILS_ENV=production rails s
To create admin users
---------------------
rails c
> User.new(email: 'email@christoph-haas.de', password: 'secret').save