Rails Find_By Limite de commande

@news = Article.where(text: 'example').order(:created_at).limit(4)
Fancy Flamingo