fixy icon indicating copy to clipboard operation
fixy copied to clipboard

Record parsing and generate

Open Joao-Anselmo opened this issue 10 years ago • 1 comments

Recent record.rb changes no longer use the "decorator" method, instead parse and generate have

decorator = debug ? Fixy::Decorator::Debug : Fixy::Decorator::Default

Please revert to calling the decorator method to allow other decorators to be used by overriding it.

Joao-Anselmo avatar Feb 13 '15 17:02 Joao-Anselmo

Thanks for reporting this issue, didn't realize that was a breaking change. I'll fix it and push a new version of the gem.

OmarSkalli avatar Feb 23 '15 04:02 OmarSkalli