diff options
author | Xavier Noria <fxn@hashref.com> | 2008-05-07 15:32:08 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2008-05-07 15:32:08 +0200 |
commit | 6507b2d62d3550c0fe3d6cdd456d36920e14063d (patch) | |
tree | 5d318da03b002d75bb7c05f9ba3dd51e55bac23c /activerecord | |
parent | 370f4f51722cec49ace17093d29e9ce9e8f15cfb (diff) | |
download | rails-6507b2d62d3550c0fe3d6cdd456d36920e14063d.tar.gz rails-6507b2d62d3550c0fe3d6cdd456d36920e14063d.tar.bz2 rails-6507b2d62d3550c0fe3d6cdd456d36920e14063d.zip |
fixed markup
Diffstat (limited to 'activerecord')
-rwxr-xr-x | activerecord/lib/active_record/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 + # <tt>attributes=</tt> method. The exception has an +attribute+ property that is the name of the # offending attribute. class AttributeAssignmentError < ActiveRecordError attr_reader :exception, :attribute |