Method: Effective::AfterCommit#rolledback!

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

#rolledback!Object



24
25
26
# File 'app/models/effective/after_commit.rb', line 24

def rolledback!(*)
  @handlers[:after_rollback]&.call
end