diff options
author | Xavier Noria <fxn@hashref.com> | 2008-05-21 23:47:57 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2008-05-21 23:47:57 +0200 |
commit | 4617139bcc21ccb875d25baf06c3124692061cf2 (patch) | |
tree | aed291b05ebe71c955bd561aca6b337b7356471e | |
parent | e89b4bc0c787d7010ba653d1cf0e0f5a2766b2f5 (diff) | |
download | rails-4617139bcc21ccb875d25baf06c3124692061cf2.tar.gz rails-4617139bcc21ccb875d25baf06c3124692061cf2.tar.bz2 rails-4617139bcc21ccb875d25baf06c3124692061cf2.zip |
regular font for a constant
-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 55fc803e3c..c393128621 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -949,7 +949,7 @@ module ActiveRecord #:nodoc: # If you have an attribute that needs to be saved to the database as an object, and retrieved as the same object, # then specify the name of that attribute using this method and it will be handled automatically. # The serialization is done through YAML. If +class_name+ is specified, the serialized object must be of that - # class on retrieval or +SerializationTypeMismatch+ will be raised. + # class on retrieval or SerializationTypeMismatch will be raised. # # ==== Attributes # |