Skip to content

Commit df36a3b

Browse files
author
Zachary Scott
committed
✂️
1 parent 9d5bc3c commit df36a3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

activerecord/README.rdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ A short rundown of some of the major features:
1919

2020
class Product < ActiveRecord::Base
2121
end
22-
22+
2323
{Learn more}[link:classes/ActiveRecord/Base.html]
24-
24+
2525
The Product class is automatically mapped to the table named "products",
2626
which might look like this:
2727

@@ -33,7 +33,7 @@ which might look like this:
3333

3434
This would also define the following accessors: `Product#name` and
3535
`Product#name=(new_name)`.
36-
36+
3737

3838
* Associations between objects defined by simple class methods.
3939

0 commit comments

Comments
 (0)