has_and_belongs_to_many and order by

Perhaps this might work:

class Product < ActiveRecord::Base   has_and_belongs_to_many :fsdocuments, :order => 'index_col' end