class RuboCop::Cop::Betterment::UnscopedFind
def initialize(config = nil, options = nil)
def initialize(config = nil, options = nil) super @unauthenticated_models = cop_config.fetch("unauthenticated_models").map(&:to_sym) end
def initialize(config = nil, options = nil) super @unauthenticated_models = cop_config.fetch("unauthenticated_models").map(&:to_sym) end