method
event_recorders
rails latest stable - Class:
ActiveSupport::Testing::EventReporterAssertions::EventCollector
event_recorders()private
No documentation available.
# File activesupport/lib/active_support/testing/event_reporter_assertions.rb, line 81
def event_recorders
ActiveSupport::IsolatedExecutionState[:active_support_event_reporter_assertions] ||= []
end