diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 24735b5..11ca34c 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | ActionController::Routing::Routes.draw do |map| | 1 | ActionController::Routing::Routes.draw do |map| |
| 2 | map.resources :occurrences | ||
| 3 | |||
| 4 | map.resources :events | ||
| 5 | |||
| 2 | map.root( | 6 | map.root( |
| 3 | :locale => 'de', | 7 | :locale => 'de', |
| 4 | :controller => 'content', | 8 | :controller => 'content', |
