Commit 2e60695

mo khan <mo@mokhan.ca>
2015-02-04 04:34:11
make agents the default route.
1 parent a864311
Changed files (1)
config/routes.rb
@@ -4,5 +4,5 @@ Rails.application.routes.draw do
   end
 
   resources :dispositions
-  root 'events#index'
+  root 'agents#index'
 end