method

append_before_action

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: AbstractController::Callbacks::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

append_before_action public

Append a callback before actions. See _insert_callbacks for parameter details.

If the callback renders or redirects, the action will not run. If there are additional callbacks scheduled to run after that callback, they are also cancelled.

Show source
Register or log in to add new notes.