Keith Thibodeaux

Results 3 comments of Keith Thibodeaux

I figured out the fix, it was to add `#html_safe?` to `MyObject`. But why did it work without that method with pretty enabled?

I am still facing this issue 5+ years later, here is the use case recreated without active record, if that helps: ```ruby require 'aasm' require 'delegate' class Decorator < SimpleDelegator...

> Hi @kthibodeaux I have the same requirement. I'm going to keep looking into how this can be done and I can reach out to you here or elsewhere if...