Skip to content

Commit

Permalink
✂️
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed May 12, 2014
1 parent 9d5bc3c commit df36a3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions activerecord/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ A short rundown of some of the major features:

class Product < ActiveRecord::Base
end

{Learn more}[link:classes/ActiveRecord/Base.html]

The Product class is automatically mapped to the table named "products",
which might look like this:

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

This would also define the following accessors: `Product#name` and
`Product#name=(new_name)`.


* Associations between objects defined by simple class methods.

Expand Down

0 comments on commit df36a3b

Please sign in to comment.