Rails find_by Ordem

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