Skip to content

Commit

Permalink
removing the surrounding +s in active model readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rodriguez committed May 7, 2012
1 parent bc06e8d commit ae0a4ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions activemodel/README.rdoc
Expand Up @@ -75,7 +75,7 @@ behavior out of the box:

* Tracking value changes

The <tt>ActiveModel::Dirty</tt> module allows for tracking attribute changes:
The ActiveModel::Dirty module allows for tracking attribute changes:

person = Person.new
person.name # => nil
Expand Down Expand Up @@ -131,7 +131,7 @@ behavior out of the box:

* Observer support

<tt>ActiveModel::Observers</tt> allows your object to implement the Observer
ActiveModel::Observers allows your object to implement the Observer
pattern in a Rails App and take advantage of all the standard observer
functions.

Expand All @@ -149,7 +149,7 @@ behavior out of the box:

* Making objects serializable

<tt>ActiveModel::Serialization</tt> provides a standard interface for your object
ActiveModel::Serialization provides a standard interface for your object
to provide +to_json+ or +to_xml+ serialization.

s = SerialPerson.new
Expand Down

0 comments on commit ae0a4ca

Please sign in to comment.