Skip to content

Instantly share code, notes, and snippets.

module ActiveRecord
module Querying
delegate :group_date, :to => :scoped
end
module QueryMethods
def group_date(column_name = nil, group_by = nil)
return self if column_name.blank?
# Rails uses a non standard time zone naming.