method

paths

v6.1.7.7 - Show latest stable - Class: Rails::Paths::Path
paths()
public

No documentation available.

# File railties/lib/rails/paths.rb, line 185
      def paths
        raise "You need to set a path root" unless @root.path

        map do |p|
          Pathname.new(@root.path).join(p)
        end
      end