include application helper in reporting helper

pull/6827/head
Tim Felgentreff 14 years ago
parent 894e170b16
commit 1aca1930da
  1. 1
      app/helpers/reporting_helper.rb

@ -4,6 +4,7 @@ require 'date'
module ReportingHelper
# ======================= SHARED CODE START
# include QueriesHelper
include ApplicationHelper
def l(*values)
return values.first if values.size == 1 and values.first.respond_to? :to_str

Loading…
Cancel
Save