instance method has_transactional_callbacks?

Ruby on Rails edge

Since edge Private — implementation detail, not part of the public API

Signature

has_transactional_callbacks?()

No documentation comment.

Source
# File activerecord/lib/active_record/transactions.rb, line 566
      def has_transactional_callbacks?
        !_rollback_callbacks.empty? || !_commit_callbacks.empty? || !_before_commit_callbacks.empty?
      end

Defined in activerecord/lib/active_record/transactions.rb line 566 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Transactions

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close