grouping :second does not exist - reportable - Fork of reportable required by WarVox, from hdm/reportable.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 24e48d964ab4740114cb93438a8158278227f42f
 (DIR) parent 7e0a1a7dfc6ed5dcd9960b59ac38ba566fa032f2
 (HTM) Author: Marco Otte-Witte <marco.otte-witte@simplabs.com>
       Date:   Thu, 11 Mar 2010 21:26:59 +0100
       
       grouping :second does not exist
       
       Diffstat:
         M README.md                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       @@ -22,7 +22,7 @@ the number of updated users records per second or the number of registrations of
        
              reportable :last_name_starting_with_a_registrations, :aggregation => :count, :grouping => :month, :conditions => ["last_name LIKE 'A%'"]
        
       -      reportable :updated_per_second, :aggregation => :count, :grouping => :second, :date_column => :updated_at
       +      reportable :updated_per_second, :aggregation => :count, :grouping => :hour, :date_column => :updated_at
        
            end