Move the calendar to its own controller

This commit is contained in:
Matt Rogers 2013-04-30 20:09:46 -05:00
parent 70fc1848c2
commit d1ff0daf6f
6 changed files with 97 additions and 26 deletions

View file

@ -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'