Adrian Marin
Adrian Marin
Yeah, my bad there. I meant to say `has_one`, and I think it's supported 🙂 I'll check Avo and remove this if so.
Thank you for the message
Can you check this video and see if I followed the steps correctly? I don't get the same result as you do. Also, can you please try the latest version?...
Is this a new installation of Rails or an existing app? The line this refers to is this one `Rails.autoloaders.main.push_dir path.to_s`. It suggests that `Rails.autoloaders.main` is `nil`, and it should...
@kbighorse can you share the following details please: - rails version - avo version - ruby version - new or existing app - have you done anything special to the...
@kbighorse can you jump on to a call now to pair up and troubleshoot together? https://whereby.com/adrianthedev
It seems you are unavailable now. Please book a time at your earliest convenience [here](https://calendly.com/adrianthedev) so we can troubleshoot together. That's an option for you too @mvondoyannick. Just to be...
Hey @mvondoyannick & @kbighorse, can you check if you use the classic mode of autoloading? Check if you have this somewhere `config.autoloader = :classic` or just `config.autoloader`.
Ok. Then we'll have to do a pairing session to check the code. Please [book](https://calendly.com/adrianthedev) something for when you're available.
Bingo!!! Thanks for looking into this and fixing the issue. I'll add this to the docs too.