How to Create Admin User and see localhost:3000/admin - When active admin is ibuilt by gem in the application.

 AdminUser.create!(:email => 'admin@example.com', :password => 'password', :password_confirmation => 'password')

Comments

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5