method

children

children()
public

No documentation available.

# File activesupport/lib/active_support/notifications/instrumenter.rb, line 168
      def children # :nodoc:
        ActiveSupport.deprecator.warn <<~EOM
          ActiveSupport::Notifications::Event#children is deprecated and will
          be removed in Rails 7.2.
        EOM
        []
      end