instance method
logged
Ruby on Rails 3.1.12
Since v3.0.20Signature
logged(level)
No documentation comment.
Parameters
-
levelreq
Source
# File activesupport/lib/active_support/log_subscriber/test_helper.rb, line 68
def logged(level)
@logged[level].compact.map { |l| l.to_s.strip }
end
Defined in activesupport/lib/active_support/log_subscriber/test_helper.rb line 68
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::LogSubscriber::TestHelper::MockLogger