From f9f52435e7da8cce1b57e24035bdceacc61cab36 Mon Sep 17 00:00:00 2001 From: Oscar Del Ben Date: Wed, 25 Apr 2012 12:14:08 +0200 Subject: fix code syntax --- activemodel/lib/active_model/serialization.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activemodel') diff --git a/activemodel/lib/active_model/serialization.rb b/activemodel/lib/active_model/serialization.rb index 214b03e0fb..6d49e1e7ec 100644 --- a/activemodel/lib/active_model/serialization.rb +++ b/activemodel/lib/active_model/serialization.rb @@ -30,11 +30,11 @@ module ActiveModel # When called, serializable hash will use # instance methods that match the name of the attributes hash's keys. # In order to override this behavior, take a look at the private - # method ++read_attribute_for_serialization++. + # method +read_attribute_for_serialization+. # # Most of the time though, you will want to include the JSON or XML # serializations. Both of these modules automatically include the - # ++ActiveModel::Serialization++ module, so there is no need to explicitly + # +ActiveModel::Serialization+ module, so there is no need to explicitly # include it. # # A minimal implementation including XML and JSON would be: -- cgit v1.2.3