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