# File lib/action_dispatch/routing/mapper.rb, line 253 def root(options = {}) match '/', { :as => :root }.merge(options) end