Fix deprecation warning for JBuilder templates by tenderlove · Pull Request #453 · rails/jbuilder

This commit brings the JBuilder template handler up to work with Rails 6 and no deprecation warnings. The JbuilderHandler.call method should work with older Rails versions too. Fixes #452