Added season pass for toggling monitored status of seasons

Linked from missing
This commit is contained in:
Mark McDowall 2013-08-05 02:09:41 -07:00
parent 694714726c
commit 6ca17942f0
12 changed files with 316 additions and 22 deletions

View file

@ -26,6 +26,7 @@ require(
'logs/:action' : 'logs',
'rss' : 'rss',
'system' : 'system',
'seasonpass' : 'seasonPass',
':whatever' : 'notFound'
}
});