def update
    @news = News.find params[:id]

    if @news.update_attributes(params[:news])
      flash[:success] = flash_translate(:success)