class RuboCop::Cop::Rails::FilePath

def string_with_slash?(node)

def string_with_slash?(node)
  node.str_type? && node.source.include?('/')
end