frankz96

Results 3 comments of frankz96

@picman Hi, thanks for your revision, but the "help wanted" label is not correct😅

> Hi, > > Use this code: > > **AFTER SAVE SECTION:** > > ``` > > same_subject = Issue.where("subject = ?",self.subject).pluck(:id) > > same_subject.each do |issueid| > relation =...

> Hi, > > You are right, small correction is needed, use this code: > > same_subject = Issue.where("subject = ?",self.subject).pluck(:id) > > ``` > > same_subject.each do |issueid| >...