class ActiveRecordOperationsProcessor

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

Public Instance Methods

_run_new_operation_callbacks() { || ... } click to toggle source
# File lib/revelry_data/jsonapi_resources_patch.rb, line 5
def _run_new_operation_callbacks
  return yield
end