You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the functionality of this gem to create SQL triggers on db tables. But I am curious, Is there any way to trigger Model functions without raw sql, like any job or Active record callback?
What I need to do is I want to write a custom method which triggers a sidekiq job in that function call, and that method needs to be triggered on the 'hair_trigger' triggers.
Support is appreciated.
The text was updated successfully, but these errors were encountered:
Hi All,
I know the functionality of this gem to create SQL triggers on db tables. But I am curious, Is there any way to trigger Model functions without raw sql, like any job or Active record callback?
What I need to do is I want to write a custom method which triggers a sidekiq job in that function call, and that method needs to be triggered on the 'hair_trigger' triggers.
Support is appreciated.
The text was updated successfully, but these errors were encountered: