diff --git a/README.Developer b/README.Developer index 6099c0f..0b55df7 100644 --- a/README.Developer +++ b/README.Developer @@ -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