class method
self.clear_log
Ruby on Rails 4.0.13
Since v4.0.13 Last seen in v4.0.13Signature
self.clear_log()
No documentation comment.
Source
# File activerecord/lib/active_record/test_case.rb, line 64
def clear_log; self.log = []; self.log_all = []; end
Defined in activerecord/lib/active_record/test_case.rb line 64
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::SQLCounter