diff options
author | aztech <> | 2008-01-09 23:54:57 +0000 |
---|---|---|
committer | aztech <> | 2008-01-09 23:54:57 +0000 |
commit | 95dab62b36b6d30a07b8be76923c318dd675673c (patch) | |
tree | 2b125f36a7bcb9770b23e4c83d79b54b51fb131e /demos | |
parent | de84637c19351fecff417117626928695adf6679 (diff) |
[EN] Typo fixed
Diffstat (limited to 'demos')
-rw-r--r-- | demos/quickstart/protected/pages/Database/ActiveRecord.page | 2 |
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> |