CRUD

In this recipe we'll implement top-level services for CRUD operations in your Rails application.

  • CreateRecordService - for creating records
  • UpdateRecordService - for updating records
  • DestroyRecordService - for destroying records
  • FindRecordService - for finding a single record
  • FindAllRecordsService - for finding multiple records
Documentation In Progress

Was this page helpful?