From e5ac6c8753dc11a1f9869c4fe48a11dc8a32280d Mon Sep 17 00:00:00 2001 From: Gaurish Sharma Date: Sun, 4 May 2014 10:40:16 +0530 Subject: [PATCH] Fix Formatting in AR Readme Don't make free form text appear in code blocks [ci skip] --- activerecord/README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activerecord/README.rdoc b/activerecord/README.rdoc index e04abe9b37..56be7b9598 100644 --- a/activerecord/README.rdoc +++ b/activerecord/README.rdoc @@ -20,8 +20,8 @@ A short rundown of some of the major features: class Product < ActiveRecord::Base end - The Product class is automatically mapped to the table named "products", - which might look like this: +The Product class is automatically mapped to the table named "products", +which might look like this: CREATE TABLE products ( id int(11) NOT NULL auto_increment, -- GitLab