spec/dummy/config/routes.rb in manageable-0.1.0 vs spec/dummy/config/routes.rb in manageable-0.1.1

- old
+ new

@@ -1,3 +1,4 @@ Dummy::Application.routes.draw do - + match "/session" => "sessions#index" + resources :samples end \ No newline at end of file