From 8740c6ea0f428a2b2e5dd76a1e415c62ee64b28c Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Tue, 3 Jan 2017 21:57:39 +0100 Subject: =?UTF-8?q?[ci=20skip]=20Find=20and=20record=20the=20article!=20?= =?UTF-8?q?=F0=9F=A4=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #27555. [ Ben A. Morgan & Kasper Timm Hansen ] --- activerecord/lib/active_record/persistence.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/persistence.rb b/activerecord/lib/active_record/persistence.rb index 60d8e95b21..63d8a201f0 100644 --- a/activerecord/lib/active_record/persistence.rb +++ b/activerecord/lib/active_record/persistence.rb @@ -392,8 +392,8 @@ module ActiveRecord # Reloads the record from the database. # - # This method finds record by its primary key (which could be assigned manually) and - # modifies the receiver in-place: + # This method finds the record by its primary key (which could be assigned + # manually) and modifies the receiver in-place: # # account = Account.new # # => # -- cgit v1.2.3