class RuboCop::Cop::Rails::FilePath
def string_contains_slash?(node)
def string_contains_slash?(node) node.str_type? && node.value.include?(File::SEPARATOR) end
def string_contains_slash?(node) node.str_type? && node.value.include?(File::SEPARATOR) end