def create
      @tag_group = TagGroup.new(tag_group_params)

      respond_to do |format|
        if @tag_group.save