Returning a list from the database, refined by a column.

@recipes = Recipe.find(:all, :conditions => 'vegetarian = 1')

Jacquie Fan wrote: