diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-02-07 12:13:15 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-02-07 12:19:37 -0300 |
commit | 3a25cdca3e0d29ee2040931d0cb6c275d612dffe (patch) | |
tree | 1071341bba3fd9f75ca59cb1820ade7322423065 /activerecord/lib | |
parent | 64f4930afc2cd9d1a607c38099c3482b420a0512 (diff) | |
download | rails-3a25cdca3e0d29ee2040931d0cb6c275d612dffe.tar.gz rails-3a25cdca3e0d29ee2040931d0cb6c275d612dffe.tar.bz2 rails-3a25cdca3e0d29ee2040931d0cb6c275d612dffe.zip |
Remove deprecated behavior that halts callbacks when the return is false
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/transactions.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/transactions.rb b/activerecord/lib/active_record/transactions.rb index 56b75540e3..08417aaa0f 100644 --- a/activerecord/lib/active_record/transactions.rb +++ b/activerecord/lib/active_record/transactions.rb @@ -11,7 +11,6 @@ module ActiveRecord :before_commit_without_transaction_enrollment, :commit_without_transaction_enrollment, :rollback_without_transaction_enrollment, - terminator: deprecated_false_terminator, scope: [:kind, :name] end |