What is the problem the enhancement will solve?
When I use mongoid and run rails g graphql_devise:install, I got an error, Uninitialized ActiveRecord.
Describe the solution you have in mind
I changed install_generator.rb, from generate 'devise_token_auth:install', "#{user_class} #{mount_path}" to generate 'devise_token_auth:install_mongoid', "#{user_class} #{mount_path}"
it worked.
Please check database first, before run.
What is the problem the enhancement will solve?
When I use mongoid and run rails g graphql_devise:install, I got an error, Uninitialized ActiveRecord.
Describe the solution you have in mind
I changed install_generator.rb, from generate 'devise_token_auth:install', "#{user_class} #{mount_path}" to generate 'devise_token_auth:install_mongoid', "#{user_class} #{mount_path}"
it worked.
Please check database first, before run.