1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

Fix Active Model basics introduction [ci skip]
This commit is contained in:
Rafael França 2016-04-06 00:55:49 -03:00
commit 54ce28017c

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.
--------------------------------------------------------------------------------