# File lib/after_commit/active_record.rb, line 52 def add_committed_record if have_callback? :before_commit, :after_commit, :before_rollback, :after_rollback AfterCommit.record(self.class.connection, self) end end