For the complete documentation index, see llms.txt. This page is also available as Markdown.

Recipes

This section contains practical recipes for common patterns when using Operandi.

  • CRUD - Implementing top-level services for CRUD operations

  • Service Rendering - Easy way to render service results and errors

  • Pundit Authorization - Integrating Pundit authorization with Operandi

Getting Started

These recipes build upon each other. We recommend starting with CRUD services, then adding service rendering for cleaner controllers, and finally integrating Pundit for authorization.

Start with CRUD

Last updated