Merge pull request #19 from finnlabs/feature/work_package_migration

Add dummy ReportingHelper module.
pull/6827/head
sschu 11 years ago
commit d0a7645a96
  1. 12
      lib/reporting_engine/helpers/reporting_helper.rb

@ -7,13 +7,5 @@
# or Controllers will go to this module, first. The default behavior
# is to pass translation work on to I18n.t() or I18n.l(), depending on
# the type of arguments.
# module ReportingHelper
# def l(*values)
# return values.first if values.size == 1 and values.first.respond_to? :to_str
# if [Date, DateTime, Time].include? values.first.class
# ::I18n.l(values.first)
# else
# ::I18n.t(*values)
# end
# end
# end
module ReportingHelper
end

Loading…
Cancel
Save