method

add

v6.1.7.7 - Show latest stable - Class: Rails::Paths::Root
add(path, options = {})
public

No documentation available.

# File railties/lib/rails/paths.rb, line 61
      def add(path, options = {})
        with = Array(options.fetch(:with, path))
        @root[path] = Path.new(self, path, with, options)
      end