Deleting Data In The Join Table

Is there a way to have a many many relationship and to delete data in the join table using AR.

Or do I need to have a model for join table with has_many+through relationship to manipulate this data.

Maybe the question was a little bit too confusing :)

So, the question is, what is the best way to manage data in the join table