class RuboCop::Cop::Rails::FindBy

def ignore_where_first?

def ignore_where_first?
  cop_config.fetch('IgnoreWhereFirst', true)
end