# File lib/after_commit/active_record.rb, line 72 def add_committed_record_on_save if have_callback? :before_commit_on_save, :after_commit_on_save AfterCommit.record_saved(self.class.connection, self) end end