instance method autosaving_belongs_to_for?

Ruby on Rails 8.1.2

Since v8.0.4

Available in: v8.0.4 v8.1.2

Signature

autosaving_belongs_to_for?(association)

No documentation comment.

Parameters

association req
Source
# File activerecord/lib/active_record/autosave_association.rb, line 284
    def autosaving_belongs_to_for?(association)
      @autosaving_belongs_to_for ||= {}
      @autosaving_belongs_to_for[association]
    end

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

Defined in ActiveRecord::AutosaveAssociation

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