class Rails::Paths::Root

def all_paths

def all_paths
  @all_paths.uniq!
  @all_paths
end