乾杯!私は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
この場合、国名をインデックスに追加するにはどうすればよいですか?