From 0fee19f76db350f04f75b8176803531912d9588b Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 15 Jul 2015 18:00:09 +0200 Subject: [PATCH] Added hint on how to add admins --- README.Developer | 6 ++++++ 1 file changed, 6 insertions(+) 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