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