module ActionableError
Ruby on Rails 7.1.6
Since v6.0.6Actionable 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.
Namespace
Modules
Classes
Extends
Used by
Included by (1)
Methods (inherited)
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended