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
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
In the README, the example to remove tags only shows how to delete ALL the tags in the model. Let's say I only want to remove one. How is that done?
If I do model.tags.get(1).destroy, that will destroy the Tag object. That's not what I want. I just want to remove the association. Thanks for the help!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the README, the example to remove tags only shows how to delete ALL the tags in the model. Let's say I only want to remove one. How is that done?
If I do
model.tags.get(1).destroy
, that will destroy the Tag object. That's not what I want. I just want to remove the association. Thanks for the help!The text was updated successfully, but these errors were encountered: