Re: Hooks are ignored using add_ methods.

2022-06-07 Thread Michał Gilewski
Oh crap, got it. Thank you, Jeremy. wtorek, 7 czerwca 2022 o 17:11:22 UTC+2 Jeremy Evans napisał(a): > On Tue, Jun 7, 2022 at 8:05 AM Michał Gilewski > wrote: > >> Hi, I'm trying to create a simple plugin that should set the value for >> the column for the Sequel::Model. I noticed that when

Re: Hooks are ignored using add_ methods.

2022-06-07 Thread Jeremy Evans
On Tue, Jun 7, 2022 at 8:05 AM Michał Gilewski wrote: > Hi, I'm trying to create a simple plugin that should set the value for the > column for the Sequel::Model. I noticed that when I'm trying to assign > records using add_ method all the hooks are omitted for the join model. > It's

Hooks are ignored using add_ methods.

2022-06-07 Thread Michał Gilewski
Hi, I'm trying to create a simple plugin that should set the value for the column for the Sequel::Model. I noticed that when I'm trying to assign records using add_ method all the hooks are omitted for the join model. It's intentional? There is any way to catch any hook for that record? user =