method

raise_in_transactional_callbacks

rails latest stable - Class: ActiveRecord::Transactions::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

raise_in_transactional_callbacks()
public

No documentation available.

# File activerecord/lib/active_record/transactions.rb, line 277
      def raise_in_transactional_callbacks
        ActiveSupport::Deprecation.warn('ActiveRecord::Base.raise_in_transactional_callbacks is deprecated and will be removed without replacement.')
        true
      end