| fixed README - reportable - Fork of reportable required by WarVox, from hdm/rep… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 33fd33a116b7184262cf0f0d37a9839cce8c7484 | |
| parent 9a773ed89e67bad8f154c4aa2b261eda45dcfa37 | |
| Author: Marco Otte-Witte <[email protected]> | |
| Date: Sat, 2 Jan 2010 11:38:57 +0100 | |
| fixed README | |
| Diffstat: | |
| M README.rdoc | 4 ++-- | |
| 1 file changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/README.rdoc b/README.rdoc | |
| @@ -16,7 +16,7 @@ to it with the following options: | |
| * <tt>:aggregation</tt> - The aggregation to use (one of <tt>:count</tt>, <tt>… | |
| * <tt>:grouping</tt> - The period records are grouped on (<tt>:hour</tt>, <tt>… | |
| * <tt>:limit</tt> - The number of reporting periods to get (see <tt>:grouping<… | |
| -* <tt>:conditions</tt> - Conditions like in <tt>ActiveRecord::Base#find</tt>; … | |
| +* <tt>:conditions</tt> - Conditions like in <tt>ActiveRecord::Base#find</tt>; … | |
| * <tt>:live_data</tt> - Specifies whether data for the current reporting perio… | |
| * <tt>:end_date</tt> - When specified, the report will only include data for t… | |
| @@ -38,7 +38,7 @@ When invoking the report, you can override some of the option… | |
| * <tt>:grouping</tt> - The period records are grouped on (<tt>:hour</tt>, <tt>… | |
| * <tt>:limit</tt> - The number of reporting periods to get (see <tt>:grouping<… | |
| -* <tt>:conditions</tt> - Conditions like in <tt>ActiveRecord::Base#find</tt>; … | |
| +* <tt>:conditions</tt> - Conditions like in <tt>ActiveRecord::Base#find</tt>; … | |
| * <tt>:live_data</tt> - Specifies whether data for the current reporting perio… | |
| * <tt>:end_date</tt> - When specified, the report will only include data for t… | |