Using Rails Active Record CallBack after_commit in Service Object
There are many available Active Record CallBacks in Ruby on Rails that we can use to do particular tasks when an object is created, saved, updated, deleted, validated, or loaded from the database. In addition to callbacks related to the object life c...
sinn.hashnode.dev2 min read