diff options
Diffstat (limited to 'demos/quickstart/protected/pages')
| -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> | 
