method
autosaving_belongs_to_for?
rails latest stable - Class:
ActiveRecord::AutosaveAssociation
autosaving_belongs_to_for?(association)public
No documentation available.
# 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