Method: JSONAPI::Operation#transactional?
- Defined in:
- lib/jsonapi/operation.rb
#transactional? ⇒ Boolean
11 12 13 |
# File 'lib/jsonapi/operation.rb', line 11 def transactional? JSONAPI::Processor._processor_from_resource_type(resource_klass).transactional_operation_type?(operation_type) end |