Method: Effective::AfterCommit#before_committed!

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

#before_committed!Object



16
17
18
# File 'app/models/effective/after_commit.rb', line 16

def before_committed!(*)
  @handlers[:before_commit]&.call
end