Skip to content

Commit

Permalink
Fix Formatting in AR Readme
Browse files Browse the repository at this point in the history
Don't make free form text appear in code blocks [ci skip]
  • Loading branch information
gaurish committed May 4, 2014
1 parent 668d842 commit e5ac6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activerecord/README.rdoc
Expand Up @@ -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,
Expand Down

0 comments on commit e5ac6c8

Please sign in to comment.