We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5bc3c commit df36a3bCopy full SHA for df36a3b
activerecord/README.rdoc
@@ -19,9 +19,9 @@ A short rundown of some of the major features:
19
20
class Product < ActiveRecord::Base
21
end
22
-
+
23
{Learn more}[link:classes/ActiveRecord/Base.html]
24
25
The Product class is automatically mapped to the table named "products",
26
which might look like this:
27
@@ -33,7 +33,7 @@ which might look like this:
33
34
This would also define the following accessors: `Product#name` and
35
`Product#name=(new_name)`.
36
37
38
* Associations between objects defined by simple class methods.
39
0 commit comments