APIdock / Ruby on Rails
/
Browse About
method

around_action

v4.2.7 - Show latest stable - Class: AbstractController::Callbacks::ClassMethods
around_action
public

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

# File actionpack/lib/abstract_controller/callbacks.rb, line 143

Related methods

  • Instance methods
  • _insert_callbacks
  • _normalize_callback_option
  • _normalize_callback_options
  • after_action
  • append_after_action
  • append_around_action
  • append_before_action
  • around_action
  • before_action
  • prepend_after_action
  • prepend_around_action
  • prepend_before_action
  • skip_action_callback
  • skip_after_action
  • skip_around_action
  • skip_before_action
  • skip_filter
APIdock API Documentation Browser

© 2026 APIdock