Ruby on Rails latest stable (v7.1.3.2) - 0 notes

Actionable Errors

Actionable errors lets you define actions to resolve an error.

To make an error actionable, include the +ActiveSupport::ActionableError+ module and invoke the action class macro to define the action. An action needs a name and a block to execute.

Show files where this module is defined (1 file)
Register or log in to add new notes.