From 6507b2d62d3550c0fe3d6cdd456d36920e14063d Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 7 May 2008 15:32:08 +0200 Subject: fixed markup --- activerecord/lib/active_record/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index 52322745e1..a4054b69f0 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -98,7 +98,7 @@ module ActiveRecord #:nodoc: end # Raised when an error occured while doing a mass assignment to an attribute through the - # +attributes=+ method. The exception has an +attribute+ property that is the name of the + # attributes= method. The exception has an +attribute+ property that is the name of the # offending attribute. class AttributeAssignmentError < ActiveRecordError attr_reader :exception, :attribute -- cgit v1.2.3