You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling post.tags.delete(tag) removes the tagging from the database and leaves the tag intact.
But calling post.tags.destroy(tag) removes the tag from the database (not the tagging).
IMO, I don't expect destroy to delete the record from the database, only the through_association item.