test/dummy/config/routes.rb in hyphenify-0.0.5 vs test/dummy/config/routes.rb in hyphenify-0.0.6

- old
+ new

@@ -1,5 +1,9 @@ Dummy::Application.routes.draw do + + root to: 'pages#index' + get '/form', to: 'pages#form' + # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". # You can have the root of your site routed with "root" # root 'welcome#index'