We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73a179 commit 5f770c6Copy full SHA for 5f770c6
README.md
@@ -62,6 +62,11 @@ You may find a line like this :
62
require 'devise/orm/mongoid'
63
```
64
65
+Then create the admin user:
66
+
67
+ $ rails console
68
+ >> AdminUser.create :email => '[email protected]', :password => 'password', :password_confirmation => 'password'
69
70
And that's pretty much it !
71
72
## Contributing
0 commit comments