ash_json_api v0.1.2 AshJsonApi.Controllers.Helpers View Source
Tools for control flow around a request, and common controller utilities.
chain/2
lets us pipe cleanly, only doing stateful things if no errors
have been generated yet.
TODO: Ash will need to have its own concept of errors, and this will need to convert those errors into API level errors.