Venka found a work-around until we can find a "root" cause: def index hobo_index Recipe.apply_scopes(:search => [params[:search],:title,:body], *:joins=>:country*, :order_by => parse_sort_param(:title, :country, :count)) end
by adding the bolded ':joins=>:country' code, then, it works fine but that isn't a fix for the issue since that causes an inner join between the recipe and country models so any recipes with a country_id of null won't be displayed. Not sure if this is a hobo issue, or, just a misconfiguration somewhere. -Owen -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
