ActiveRecord 'group' options does not work with includes?

If I have call a find method where I am using the :include option,
my :group option appears to be ignored. Is it true that you
cannot use :group with :include ?

Thanks in advance ,
Don Mc

I use find_by_sql method if using group by clause. try that.