We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e8ad5 commit a3a2a7aCopy full SHA for a3a2a7a
1 file changed
lib/jsonapi/request.rb
@@ -34,7 +34,7 @@ def transactional?
34
when 'index', 'show_related_resource', 'index_related_resources', 'show', 'show_relationship'
35
false
36
else
37
- true
+ JSONAPI.configuration.allow_transactions
38
end
39
40
0 commit comments