RailsCasts Pro episodes are now free!
Learn more or hide this
def show @project = Project.find(params[:id]) @tasks = @project.tasks.find_all_by_complete(false) end