From 8d54f3ebaa8aef554280241159c4ab3cb4da73c8 Mon Sep 17 00:00:00 2001 From: Alberto Almagro Date: Sun, 28 Oct 2018 17:20:27 +0100 Subject: Fix grammar in changed? docs [ci skip] See https://english.stackexchange.com/questions/23218/anyone-has-or-anyone-have-seen-them --- activemodel/lib/active_model/dirty.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemodel/lib/active_model/dirty.rb b/activemodel/lib/active_model/dirty.rb index 093052a70c..f0e1242554 100644 --- a/activemodel/lib/active_model/dirty.rb +++ b/activemodel/lib/active_model/dirty.rb @@ -151,7 +151,7 @@ module ActiveModel @mutations_from_database = nil end - # Returns +true+ if any of the attributes have unsaved changes, +false+ otherwise. + # Returns +true+ if any of the attributes has unsaved changes, +false+ otherwise. # # person.changed? # => false # person.name = 'bob' -- cgit v1.2.3