-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object doesn't support #ai #339
Comments
It may be due to delegated method not being resolved, thus returning object is not an instance and awesome_print doesn't know how to handle it. |
I'm not sure if it's that, all cases returning true |
same issue here! @mcfoton is right (in my case) belongs_to/delegate to: ... same message as above. |
In my case this is occurring with a non-databased backed model. When trying to access
Which yields:
If I add an |
Not sure if it's an awesome_print issue or something my end causing it but when trying display a certain objects fields I just receive the message: (Object doesn't support #ai), for example:
Quote.new
(Object doesn't support #ai)
Any advice would be great thanks as I find awesome_print really useful.
The text was updated successfully, but these errors were encountered: