method

apply

rails latest stable - Class: ActiveSupport::Callbacks::Filters::After

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

apply(callback_sequence)
public

No documentation available.

# File activesupport/lib/active_support/callbacks.rb, line 214
          def apply(callback_sequence)
            callback_sequence.after(self)
          end