From 3b8b7a78df62db1f55c27b2b1a612a605cd9e56f Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 12 Aug 2008 21:52:38 +0200 Subject: removed a wrong statement, I'll look into this to document it better --- activerecord/lib/active_record/callbacks.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/activerecord/lib/active_record/callbacks.rb b/activerecord/lib/active_record/callbacks.rb index 0f2455fbfc..9f3b0765ca 100644 --- a/activerecord/lib/active_record/callbacks.rb +++ b/activerecord/lib/active_record/callbacks.rb @@ -173,7 +173,6 @@ module ActiveRecord # == Transactions # # The entire callback chain for +save+ and +destroy+ runs within their transaction. - # If the action is cancelled a rollback is performed. module Callbacks CALLBACKS = %w( after_find after_initialize before_save after_save before_create after_create before_update after_update before_validation -- cgit v1.2.3