Jack M

Results 1 issues of Jack M

I have a setup involving a model with a has_many that points to itself ``` class Group < ApplicationRecord has_many :sub_groups, class_name: "Group", primary_key: "id", foreign_key: "parent_id" end ``` each...

help-wanted