Closed carlesjove closed 9 years ago
Adds support for CJ template by making the CJ formatter configurable:
template
collection_json = Yaks.new do format_options :collection_json, template: :my_template_form end
Will use the form with name :my_template_form for a template, if found.
:my_template_form
100% mutant test coverage.
PS. This PR kills this other one.
Adds support for CJ
template
by making the CJ formatter configurable:Will use the form with name
:my_template_form
for atemplate
, if found.100% mutant test coverage.
PS. This PR kills this other one.