Closed pustovalov closed 6 years ago
Funny you post this. I was getting odd behaviour like that yesterday too. awesome_print is my go to printing gem and yesterday was the first time I noticed that. Some things would print out nicely like your "current_user" and others would print just that regular representation.
I'm not too sure. But I'll certainly accept a PR which addresses this.
@gerrywastaken I looked into this issue, and the reason is that Active Record errors are actually from ActiveModel::Errors instead of ActiveRecord::Base. Checkout the PR I made that resolved the issue
Is this the expected result?
version: 1.7.0