Perhaps this might work:
class Product < ActiveRecord::Base has_and_belongs_to_many :fsdocuments, :order => 'index_col' end
Perhaps this might work:
class Product < ActiveRecord::Base has_and_belongs_to_many :fsdocuments, :order => 'index_col' end