method

has_transactional_callbacks?

rails latest stable - Class: ActiveRecord::Core

Method deprecated or moved

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

has_transactional_callbacks?()
private

No documentation available.

# File activerecord/lib/active_record/core.rb, line 494
    def has_transactional_callbacks? # :nodoc:
      !_rollback_callbacks.empty? || !_commit_callbacks.empty?
    end