method

inherited

rails latest stable - Class: ActiveJob::Callbacks::ClassMethods

Method deprecated or moved

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

inherited(klass)
public

No documentation available.

# File activejob/lib/active_job/callbacks.rb, line 45
      def inherited(klass)
        klass.get_callbacks(:enqueue).config[:skip_after_callbacks_if_terminated] = skip_after_callbacks_if_terminated
        klass.get_callbacks(:perform).config[:skip_after_callbacks_if_terminated] = skip_after_callbacks_if_terminated
        super
      end