The question for those, who had worked with Active Admin gem:
I just don't get how should I make a sign up and change password functions for admin users? Can I do this using Active Admin interface?
Thanks in advance.
|
The question for those, who had worked with Active Admin gem: I just don't get how should I make a sign up and change password functions for admin users? Can I do this using Active Admin interface? Thanks in advance.
| |||
|
feedback
|
|
If you follow the install steps on the active admin github page, one of the steps installs devise for you, creates and admin_user table in your DB and populates it with a default user for you to login as. | |||
feedback
|