2011-01-25 16 views

答えて

1
scope :ordered, lambda { |*args| 
    order(args.first || 'created_at DESC') 
} 
をrails3ためにこれを変更する方法