summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-02-03 21:34:11 -0700
committermo khan <mo@mokhan.ca>2015-02-03 21:34:11 -0700
commit2e606951fa8ec259f41820192e768566fae1804f (patch)
treefd46580071e9f6f1de8cde0fc0024402ca0d0e3f
parenta864311470c16b64d55c7972ba96bfac99f0904e (diff)
make agents the default route.
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index e83648b..b5235b1 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -4,5 +4,5 @@ Rails.application.routes.draw do
end
resources :dispositions
- root 'events#index'
+ root 'agents#index'
end