method

all_paths

v3.0.9 - Show latest stable - Class: Rails::Paths::Root
all_paths()
public

No documentation available.

# File railties/lib/rails/paths.rb, line 34
      def all_paths
        @all_paths.uniq!
        @all_paths
      end