From 5b368010f64106f7b87a4306b41adcefa856ab67 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 16 Jun 2014 11:35:43 -0700 Subject: :scissors: and :nail_care: from d60c405 [ci skip] --- activemodel/lib/active_model/serialization.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/activemodel/lib/active_model/serialization.rb b/activemodel/lib/active_model/serialization.rb index 95afc8d935..976f50b13e 100644 --- a/activemodel/lib/active_model/serialization.rb +++ b/activemodel/lib/active_model/serialization.rb @@ -25,7 +25,6 @@ module ActiveModel # person.name = "Bob" # person.serializable_hash # => {"name"=>"Bob"} # - # An +attributes+ hash must be defined and should contain any attributes you # need to be serialized. Attributes must be strings, not symbols. # When called, serializable hash will use instance methods that match the name @@ -33,8 +32,9 @@ module ActiveModel # at the private method +read_attribute_for_serialization+. # # Most of the time though, either the JSON or XML serializations are needed. - # Both of these modules automatically include the ActiveModel::Serialization - # module, so there is no need to explicitly include it. + # Both of these modules automatically include the + # 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