In Rails6 the signature for TemplateHandlers apparently changed.
#call now requires two arguments (template and source). I will PR an easy fix, but do not know how to keep backwards compatibility (other template handler implementations should have done that, though).
In Rails6 the signature for TemplateHandlers apparently changed.
#callnow requires two arguments (templateandsource). I will PR an easy fix, but do not know how to keep backwards compatibility (other template handler implementations should have done that, though).