You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It worked well before updating 0.10.0 which closed #809
My endpoints stopped working because no format :json was defined even though it includes module that defines the format. It starts working after defining format :json explicitly in API::Main::Defaults and API::Main::Admin.
Is this expected behavior?
The text was updated successfully, but these errors were encountered:
I think this is a bug, but I am not 100% sure. It seems that you should be bringing in everything, including the format - you should write a test that reproduces it to start.
Hi, I have two APIs defined:
api/main
andapi/admin
. I usemodule Defaults
to include settings and helpers for both. It looks like this:It worked well before updating
0.10.0
which closed #809My endpoints stopped working because no
format :json
was defined even though it includes module that defines the format. It starts working after definingformat :json
explicitly inAPI::Main::Defaults
andAPI::Main::Admin
.Is this expected behavior?
The text was updated successfully, but these errors were encountered: