README.rdoc in acts_as_relation-0.1 vs README.rdoc in acts_as_relation-0.1.1
- old
+ new
@@ -78,17 +78,17 @@
== Options
The +acts_as+ relation support these options:
* +:as+
-* +:auto_join+
+* +:auto_include+
* +:class_name+
* +:conditions+
* +:dependent+
* +:include+
-when +:auto_join+ option set to +true+ (wich is by default), every query on child
-will automatically joins with paren. For example:
+when +:auto_join+ option set to +true+ (which is by default), every query on child
+will automatically includes the parent. For example:
Pen.where("name = ?", "somename")
will result in the following SQL: