diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-02 21:34:28 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-02 21:34:28 -0700 |
| commit | 543b37a327d8ad70cd2c46666759f5fae06f6c32 (patch) | |
| tree | 6c24e4dea87d79cc7e7bb93720d2edd0999adac0 /config | |
| parent | 013bcebf8a96b9047317eed674a17c7bc375093f (diff) | |
create scaffold for events.
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 3f66539..4aca907 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,6 @@ Rails.application.routes.draw do + resources :events + # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". |
