method

all_paths

v4.2.1 - Show latest stable - Class: Rails::Paths::Root
all_paths()
public

No documentation available.

# File railties/lib/rails/paths.rb, line 79
      def all_paths
        values.tap { |v| v.uniq! }
      end