Class: ActiveRecordOperationsProcessor

Inherits:
Object
  • Object
show all
Defined in:
lib/revelry_data/jsonapi_resources_patch.rb

Overview

Adds support for ‘new’ route in resource controller, which returns an object initialized by the server with defaults.

Instance Method Summary collapse

Instance Method Details

#_run_new_operation_callbacksObject



5
6
7
# File 'lib/revelry_data/jsonapi_resources_patch.rb', line 5

def _run_new_operation_callbacks
  return yield
end