Ordering

I’m using paginate_and_order to sort and filter my records in a table. I
can’t seem to get :order to work?

@module, @modules_pages =
Module.paginate_and_order(params.merge({:conditions => “display=1 AND
module_date<=curdate()”, :order => “module_date asc”}), 6)

Thanks,