diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-03 21:34:11 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-03 21:34:11 -0700 |
| commit | 2e606951fa8ec259f41820192e768566fae1804f (patch) | |
| tree | fd46580071e9f6f1de8cde0fc0024402ca0d0e3f /config | |
| parent | a864311470c16b64d55c7972ba96bfac99f0904e (diff) | |
make agents the default route.
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 2 |
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 |
