def update
    @title_type = TitleType.find(params[:id])

    if @title_type.update_attributes(params[:title_type])
      flash[:notice] = t('controller.successfully_updated', :model => t('activerecord.models.title_type'))