method

clear_log

rails latest stable - Class: ActiveRecord::SQLCounter

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

clear_log()
public

No documentation available.

# File activerecord/lib/active_record/test_case.rb, line 58
      def clear_log; self.log = []; self.log_all = []; end