I'm using the Administrate gem to set up my Admin page. I have successfully done so and generated this Admin Page:
Now I want to create a Home Page that my login page will redirect to after users successfully logged in. How can I do that? Thanks!
I'm using the Administrate gem to set up my Admin page. I have successfully done so and generated this Admin Page:
Now I want to create a Home Page that my login page will redirect to after users successfully logged in. How can I do that? Thanks!
Copyright © 2021 Jogjafile Inc.
you can use gem Devise https://github.com/plataformatec/devise for authentication.