From 6252d0aece57fbdc4e424e348fb301a22b6262b3 Mon Sep 17 00:00:00 2001 From: Manish shrivastava Date: Wed, 20 May 2015 19:15:33 +0530 Subject: updated Inline format at activerecord rdoc For Inline formats, changed ` (single backticks) to tag at active record rdoc as single backticks (`) don't work with rdoc. for inline format. --- activerecord/README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord/README.rdoc') 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: Product#name and +Product#name=(new_name). * Associations between objects defined by simple class methods. -- cgit v1.2.3