Skip to content

Commit e51ec0d

Browse files
Update README: insert a missing installation command
1 parent 1bff52f commit e51ec0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ rails/all includes elements requiring ActiveRecord::Connection ...
5353
Execute:
5454

5555
$ bundle
56-
$ rails g devise:install
56+
$ rails g devise:install
57+
$ rails g active_admin:install
5758

5859
Check that the generated initializers/devise.rb file requires mongoid orm.
5960
You may find a line like this :

0 commit comments

Comments
 (0)