mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
restore stats route
This commit is contained in:
parent
8546ae5dfa
commit
aa3fbf0d1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue