diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-03 20:52:31 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-03 20:52:31 -0700 |
| commit | f73d0b92873a46d1fade3184c464b1bfe909fecb (patch) | |
| tree | 579f8c94504f809bb755bcb6fe2d415188385bfb /config/routes.rb | |
| parent | fe7d2f8b8d806c65899c42d215cdd1578b3a108d (diff) | |
add scaffold for dispositions.
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 6f5b657..c6f3589 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,5 @@ Rails.application.routes.draw do + resources :dispositions resources :events, only: [:index, :new, :create, :destroy] root 'events#index' end |
