- Rails 2 NoMethodError in BrandsController#show undefined method `order' for #<Array:0x7065083ffd08>
- @search = Product.find(:all, :conditions => {:brand_id => @brand.id, :category_id => @category.id})
- @search.order ||= :descend_by_price
- @products = @search.all(params[:order] || :descend_by_price).paginate(:page => params[:page])