Method: Effective::AfterCommit#committed!

Defined in:
app/models/effective/after_commit.rb

#committed!(args) ⇒ Object



20
21
22
# File 'app/models/effective/after_commit.rb', line 20

def committed!(args)
  @handlers[:after_commit]&.call
end