aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-20 11:07:22 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-20 11:07:22 -0300
commit66780af0275d811cad645b7785a2cecea07ee214 (patch)
tree2533747ee20991d284183f404e8b988e11a0099e
parent879f3169952a1a37f1ef4b7a8cc6383ac536ef5d (diff)
parent6252d0aece57fbdc4e424e348fb301a22b6262b3 (diff)
downloadrails-66780af0275d811cad645b7785a2cecea07ee214.tar.gz
rails-66780af0275d811cad645b7785a2cecea07ee214.tar.bz2
rails-66780af0275d811cad645b7785a2cecea07ee214.zip
Merge pull request #20225 from manish-shrivastava/master
updated Inline format at activerecord rdoc
-rw-r--r--activerecord/README.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/README.rdoc b/activerecord/README.rdoc
index 85d807933a..049c5d2b3b 100644
--- a/activerecord/README.rdoc
+++ b/activerecord/README.rdoc
@@ -31,8 +31,8 @@ which might look like this:
PRIMARY KEY (id)
);
-This would also define the following accessors: `Product#name` and
-`Product#name=(new_name)`.
+This would also define the following accessors: <tt>Product#name</tt> and
+<tt>Product#name=(new_name)</tt>.
* Associations between objects defined by simple class methods.