Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 20th, 2012  |  syntax: None  |  size: 0.34 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Rails 2 NoMethodError in BrandsController#show undefined method `order' for #<Array:0x7065083ffd08>
  2. @search = Product.find(:all, :conditions => {:brand_id => @brand.id, :category_id => @category.id})
  3.         @search.order ||= :descend_by_price
  4.         @products = @search.all(params[:order] || :descend_by_price).paginate(:page => params[:page])