From 2629d61ad8c12c5f0249fae9d7e84dd80a8ab2b8 Mon Sep 17 00:00:00 2001 From: amitkumarsuroliya Date: Thu, 24 Sep 2015 08:15:42 +0530 Subject: Fix ActiveRecord `instance_method_already_implemented` docs [ci skip] --- activerecord/lib/active_record/attribute_methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/attribute_methods.rb') diff --git a/activerecord/lib/active_record/attribute_methods.rb b/activerecord/lib/active_record/attribute_methods.rb index 82b07de482..99b500526d 100644 --- a/activerecord/lib/active_record/attribute_methods.rb +++ b/activerecord/lib/active_record/attribute_methods.rb @@ -96,7 +96,7 @@ module ActiveRecord end end - # Raises a ActiveRecord::DangerousAttributeError exception when an + # Raises an ActiveRecord::DangerousAttributeError exception when an # \Active \Record method is defined in the model, otherwise +false+. # # class Person < ActiveRecord::Base -- cgit v1.2.3