Log global

This commit is contained in:
2008-03-11 09:19:02 -03:00
parent 9723722093
commit 835e7c45ab
10 changed files with 48 additions and 21 deletions

View File

@@ -77,6 +77,10 @@ ActionController::Routing::Routes.draw do |map|
# Stylesheets
map.connect 'stylesheets/cache/:action.:format', :controller => 'stylesheets'
map.connect 'stylesheets/cache/:action.:color.:format', :controller => 'stylesheets'
# Mudancas recentes global
map.log 'log', :controller => 'log', :action => 'index', :format => 'html'
map.formatted_log 'log.:format', :controller => 'log', :action => 'index'
# Front page
map.index '', :controller => 'courses', :action => 'index'