We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd778a9 commit 38bfd00Copy full SHA for 38bfd00
1 file changed
test/integration/requests/request_test.rb
@@ -5,6 +5,7 @@ class RequestTest < ActionDispatch::IntegrationTest
5
6
def setup
7
JSONAPI.configuration.json_key_format = :underscored_key
8
+ JSONAPI.configuration.route_format = :underscored_route
9
end
10
11
def after_teardown
0 commit comments