restore stats route

This commit is contained in:
Reinier Balt 2011-06-12 04:53:49 +02:00
parent 8546ae5dfa
commit aa3fbf0d1e

View file

@ -86,7 +86,7 @@ ActionController::Routing::Routes.draw do |map|
map.preferences 'preferences', :controller => 'preferences', :action => 'index'
map.with_options :controller => :stats do |stats|
stats.stats_page 'stats', :action => 'index'
stats.stats 'stats', :action => 'index'
stats.done_overview 'done', :action => 'done'
end