Sabo
10/05/2022, 9:29 AMhas_and_belongs_to_many but I would create a join table something like spree_discussions_products.discussion_id if possible, it is possible to specify an other name for the columns with rails g migration CreateTableJoinSpreeProductSpreeDicussion .... ?Sabo
10/05/2022, 2:09 PMtable_name: into the migration