method
children
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Notifications::Event
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