summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Database
diff options
context:
space:
mode:
authoraztech <>2008-01-09 23:54:57 +0000
committeraztech <>2008-01-09 23:54:57 +0000
commit95dab62b36b6d30a07b8be76923c318dd675673c (patch)
tree2b125f36a7bcb9770b23e4c83d79b54b51fb131e /demos/quickstart/protected/pages/Database
parentde84637c19351fecff417117626928695adf6679 (diff)
[EN] Typo fixed
Diffstat (limited to 'demos/quickstart/protected/pages/Database')
-rw-r--r--demos/quickstart/protected/pages/Database/ActiveRecord.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Database/ActiveRecord.page b/demos/quickstart/protected/pages/Database/ActiveRecord.page
index 95ce96c7..db0a0559 100644
--- a/demos/quickstart/protected/pages/Database/ActiveRecord.page
+++ b/demos/quickstart/protected/pages/Database/ActiveRecord.page
@@ -47,7 +47,7 @@
<ul id="u1" class="block-content">
<li>Create, Retrieve, Update and Delete records.</li>
<li>Finder methods to wrap commonly used SQL queries and return Active Record objects.</li>
- <li>Fetch relationships (related foreign objects) such as "has many", "has one", "belongs to" and "has many" via association table.</li>
+ <li>Fetch relationships (related foreign objects) such as "has many", "has one", "belongs to" and "many to many" via association table.</li>
<li>Lazy loading of relationships.</li>
</ul>
<h2>Design Implications</h2>