named routes Apr 26, 2013 named routes the code match '/about' automatically creates named routes for use in the controllers and views: about_path => '/about' about_url => 'http://localhost:3000/about'