| Fix typo in merge - reportable - Fork of reportable required by WarVox, from hd… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 073bc1657ee301f4c961f14247ef1a58cf38bd1f | |
| parent 833bedd80fe51828d065a33490979c39a69ce5a1 | |
| Author: HD Moore <[email protected]> | |
| Date: Mon, 8 Sep 2014 01:20:22 -0500 | |
| Fix typo in merge | |
| Diffstat: | |
| M lib/saulabs/reportable/report_cach… | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/lib/saulabs/reportable/report_cache.rb b/lib/saulabs/reportable/re… | |
| @@ -98,7 +98,7 @@ module Saulabs | |
| elsif reporting_period.last_date_time.past? | |
| value = find_value(new_data, reporting_period) | |
| if options[:cacheable] | |
| - new_cached = build_cached_data(report, options[:grouping], opt… | |
| + new_cached = build_cached_data(report, options[:grouping], opt… | |
| new_cached.save! | |
| end | |
| result << [reporting_period.date_time, value] |