diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-08-16 23:56:42 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-08-16 23:56:42 +0000 |
commit | e63acb70ca82d0c62476c92bbe815330ee01ad93 (patch) | |
tree | 6215d964f431dfebaf74ced0d11e96ed9ffef096 /app/controllers | |
parent | a24f448dc0c761ade909946ee4a15d231dbf6061 (diff) | |
download | redmine-e63acb70ca82d0c62476c92bbe815330ee01ad93.tar.gz redmine-e63acb70ca82d0c62476c92bbe815330ee01ad93.zip |
Add the Calendar as a project menu item.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3944 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/calendars_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/calendars_controller.rb b/app/controllers/calendars_controller.rb index f2af58086..1115691a1 100644 --- a/app/controllers/calendars_controller.rb +++ b/app/controllers/calendars_controller.rb @@ -1,4 +1,5 @@ class CalendarsController < ApplicationController + menu_item :calendar before_filter :find_optional_project rescue_from Query::StatementInvalid, :with => :query_statement_invalid |