diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-10-10 21:17:10 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-10-10 21:17:10 +0000 |
commit | eabf1ff3e703609f4ec80d98a2f56a91674fdcbc (patch) | |
tree | fd7efa6566ee18d193558e5e4c6a1abc27b7cfe1 /app/controllers/calendars_controller.rb | |
parent | 4acd990ee2950a575a35b32bdfd8a75f04e958b0 (diff) | |
download | redmine-eabf1ff3e703609f4ec80d98a2f56a91674fdcbc.tar.gz redmine-eabf1ff3e703609f4ec80d98a2f56a91674fdcbc.zip |
Add SortHelper so custom queries will run on the Calendar. #6612
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4245 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/calendars_controller.rb')
-rw-r--r-- | app/controllers/calendars_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/calendars_controller.rb b/app/controllers/calendars_controller.rb index febacd075..4544b3399 100644 --- a/app/controllers/calendars_controller.rb +++ b/app/controllers/calendars_controller.rb @@ -8,6 +8,8 @@ class CalendarsController < ApplicationController helper :projects helper :queries include QueriesHelper + helper :sort + include SortHelper def show if params[:year] and params[:year].to_i > 1900 |