summaryrefslogtreecommitdiff
path: root/report/report_application.rb
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2009-11-24 10:26:17 +0100
committerMartin Gütlein <martin.guetlein@gmail.com>2009-11-24 10:26:17 +0100
commitdb65b03dc761f7788dad5bdbfd9e0d7e8376f6cb (patch)
tree108a823cdd26b0f47360d4a3f45502e52735150c /report/report_application.rb
parent199a350dfda66a918bd52b59e7f511a9cc19fd63 (diff)
add prediction_feature param
Diffstat (limited to 'report/report_application.rb')
-rw-r--r--report/report_application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/report/report_application.rb b/report/report_application.rb
index 4cba0ae..83250e8 100644
--- a/report/report_application.rb
+++ b/report/report_application.rb
@@ -2,7 +2,7 @@ load "report/environment.rb"
def perform
begin
- $rep = Reports::ReportService.new(url_for("", :full)) unless $rep
+ $rep = Reports::ReportService.new(url_for("/report", :full)) unless $rep
yield( $rep )
rescue Reports::NotFound => ex
halt 404, ex.message