# File app/controllers/groups_controller.rb, line 46
  def destroy
    Group.find(params[:id]).destroy
    redirect_to :action => 'list'
  end