Cristian Riaño
Cristian Riaño
+1 for this issue. It makes working with Anaconda + ASDF combo very difficult. There is a potential fix using the [direnv plugins for asdf](https://github.com/asdf-community/asdf-direnv). But you have to create...
I added an `id` field to the join table and then it works. But if I use the helper `create_join_table` it does not add an id to the join table...
Sorry @pablobm I didn't see your comment. So for someone else checking this issue if you created a table like so using `create_join_table` ``` create_join_table :cocktails, :ingredients, table_name: :portions do...