summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-06-08 16:20:21 -0700
committerelijah <elijah@riseup.net>2015-06-08 16:20:21 -0700
commitff46b9ac95eb7a53dacaed4e854964c2c4997ca8 (patch)
treefae6a6fdb36e1eb0a5ada0528afd482b556028ed /app/controllers
parent4d976166d360462b411545256a6b00eba3080a5a (diff)
* added totals
* better link * report header * configurable rate * version summary
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/version_reports_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/version_reports_controller.rb b/app/controllers/version_reports_controller.rb
index a2755ed..6979943 100644
--- a/app/controllers/version_reports_controller.rb
+++ b/app/controllers/version_reports_controller.rb
@@ -7,6 +7,7 @@ class VersionReportsController < ApplicationController
before_filter :alias_model_object
before_filter :find_project_from_association, :only => [:show]
before_filter :authorize
+ helper :custom_fields
def show
@show_time = params[:time] != 'false'