method
disallowed_behavior=
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Deprecation::Behavior
disallowed_behavior=(behavior)public
Sets the behavior for disallowed deprecations (those configured by ActiveSupport::Deprecation.disallowed_warnings=) to the specified value. As with behavior=, this can be a single value, array, or an object that responds to call.