method
all_paths
all_paths()
public
Hide source
# File railties/lib/rails/paths.rb, line 67 def all_paths values.tap { |v| v.uniq! } end


