jorgemanrubia/forceps

Can not view all the models from Remote.

SinghSatyam opened this issue · 1 comments

When I am trying Forceps.configure, I have like 15 models but I am getting messages for only 10 models i.e
DEBUG : Classes handled by Forceps: ["Delayed::Backend::ActiveRecord::Job", "PaperTrail::Version", "Role", "AdminUser", "User", "UserAttribute", "Plan", "Tag", "Question", "ActiveAdmin::Comment"]

Are all of your models eager loaded?

https://github.com/jorgemanrubia/forceps#rails-and-lazy-loading

I also noticed that the config in the initializer works better for me than calling eager_load! directly.