method

new

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.

new(ignore = Regexp.union(self.class.ignored_sql))
public

No documentation available.

# File activerecord/lib/active_record/test_case.rb, line 79
    def initialize(ignore = Regexp.union(self.class.ignored_sql))
      @ignore = ignore
    end