Skip to content

Commit

Permalink
Exclude #saving? from API docs
Browse files Browse the repository at this point in the history
We don't have a concrete use case for it outside of AR itself.
  • Loading branch information
georgeclaghorn committed Mar 24, 2021
1 parent d24b9e3 commit 35d3923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/autosave_association.rb
Expand Up @@ -284,7 +284,7 @@ def changed_for_autosave?

# Returns whether or not this record is already being saved outside of the
# current autosave callback
def saving?
def saving? #:nodoc:
@saving
end

Expand Down

0 comments on commit 35d3923

Please sign in to comment.