2011-01-25 3 views

ответ

1
scope :ordered, lambda { |*args| 
    order(args.first || 'created_at DESC') 
} 
Смежные вопросы