disposable icon indicating copy to clipboard operation
disposable copied to clipboard

Use instance_eval, so property can be a private method

Open rickenharp opened this issue 9 years ago • 0 comments

When using Disposable::Twin::Parent with Reform::Form::ActiveModel, it fails because property is a private method. Switching from calling property on the includer to instance_eval'ing the property call allows for property to remain private Disposable::Twin::Parent to still work in that case.

rickenharp avatar Sep 14 '16 11:09 rickenharp