Problem with db:schema:load when using AR+Mongoid

Hello everybody. Anybody using AR + Mongoid in the same project and had
problems with db:schema:load ?

When I run the task with mongoid gem in my Gemfile the AR models are
loaded
during the enviroment boot and it complains that model’s table doesn’t
exist (obviously, I’m trying to create it)

Best regards.