mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-30 20:55:17 +01:00
Move the calendar to its own controller
This commit is contained in:
parent
70fc1848c2
commit
d1ff0daf6f
6 changed files with 97 additions and 26 deletions
|
|
@ -10,7 +10,7 @@ Tracksapp::Application.routes.draw do
|
|||
|
||||
match "tickler" => "todos#list_deferred"
|
||||
match 'review' => "projects#review"
|
||||
match 'calendar' => "todos#calendar"
|
||||
match 'calendar' => "calendar#show"
|
||||
match 'done' => "stats#done", :as => 'done_overview'
|
||||
|
||||
match 'search' => 'search#index'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue