I want to use Jbuilder with Rails 5.0.0.beta1.1 in API mode. Out of the box, this does not work even when creating an application / presentation directory.
For example, I have:
# app/controllers/tests_controller.rb class TestsController < ApplicationController
The error I get is
No template found for TestsController#test, rendering head :no_content
I think I need to change some things in the configuration files. What should I do?
ruby-on-rails
sauronnikko
source share