actionpack-action_caching
actionpack-action_caching copied to clipboard
fix(extension): setting the extension at the end of the path and not params
currenly the extension is added to the end of the path string but results in: http://example.com/1?a=b.json
this fix sets the extension in it's correct path http://example.com/1.json?a=b