This module contains the behaviour for auto-saving relations in different collections.
Used to prevent infinite loops in associated autosaves.
@example Is the document autosaved?
document.autosaved?
@return [ true, false ] Has the document already been autosaved?
@since 3.0.0
# File lib/mongoid/relations/auto_save.rb, line 22 def autosaved? Threaded.autosaved?(self) end
Generated with the Darkfish Rdoc Generator 2.