How do you remove a HABTM associated item without deleting the item itself?
For example, say I have 3 Students that are in a Science class together. How do I remove
If you want to delete multiple associated items you can use * and write:
*
student.classes.delete(*classes_array)