3

i am using the Sunspot search from multiple models which are tagged under a name.

Sunspot.search(Article,Blogpost) do with :tag_ids, params[:id] end

How to apply named_scoped like recent ,popularity which are common for all of the 2 models inthe Sunspot search in rails3

useranon
  • 29,318
  • 31
  • 98
  • 146

1 Answers1

0

Write an ActiveSupport::Concern which you include in both models which delegates to Sunspot