Fix Active Model basics introduction to indicate it only introduces us to integration and not complete i18n framework.

[ci skip]
This commit is contained in:
Vipul A M 2016-04-05 13:25:24 +05:30
parent 58bdf2790b
commit 1ed86d2738
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ After reading this guide, you will know:
* How an Active Record model behaves.
* How Callbacks and validations work.
* How serializers work.
* The Rails internationalization (i18n) framework.
* How Active Model integrates with the Rails internationalization (i18n) framework.
--------------------------------------------------------------------------------