In my app I created a recent posts feature.
@recentposts = Post.all(:order => \'created_at DESC\', :limit => 5)
This variable makes
Nested way
Post.order('created_at DESC').limit(5).to_a