Skip to content

Commit

Permalink
Replace "data store" with database [ci skip]
Browse files Browse the repository at this point in the history
Active Record is specifically for databases. Refs #12101.
  • Loading branch information
robin850 committed Feb 27, 2014
1 parent 5b74b23 commit d682b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/persistence.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def discriminate_class_for_record(record)
end end


# Returns true if this object hasn't been saved yet -- that is, a record # Returns true if this object hasn't been saved yet -- that is, a record
# for the object doesn't exist in the data store yet; otherwise, returns false. # for the object doesn't exist in the database yet; otherwise, returns false.
def new_record? def new_record?
sync_with_transaction_state sync_with_transaction_state
@new_record @new_record
Expand Down

0 comments on commit d682b0d

Please sign in to comment.