干杯! 我有tour
这些关联的模型:
has_many :tour_in_the_countries
has_many :country, :through => :tour_in_the_countries
在 tour_index.rb
ThinkingSphinx::Index.define :tour, :with => :active_record do
indexes :title
indexes :preview
end
在这种情况下如何添加到索引国家的名称?