diff options
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 9b5980b..c2590bd 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
| @@ -33,6 +33,6 @@ ActionController::Routing::Routes.draw do |map| | |||
| 33 | map.connect 'galleries/*page_path', | 33 | map.connect 'galleries/*page_path', |
| 34 | :controller => 'content', :action => 'render_gallery' | 34 | :controller => 'content', :action => 'render_gallery' |
| 35 | 35 | ||
| 36 | map.connect '/*page_path', | 36 | map.content '/*page_path', |
| 37 | :controller => 'content', :action => 'render_page' | 37 | :controller => 'content', :action => 'render_page' |
| 38 | end | 38 | end |
