Question: Does the gem work with i.e. rails 5.2.pre? · Issue #18 · amatsuda/jb

I encounted that rails render is not working with jbuilder in API mode. class ApplicationController < ActionController::API end class BooksController < ApplicationController def index end end # vie...