diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-04-05 13:25:24 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-04-05 13:25:24 +0530 |
commit | 1ed86d273830be62b670e21269d8c11384f08017 (patch) | |
tree | 4d8a2bf925a1ea65b72e8cc89bce0d1e4392a53c /guides | |
parent | 58bdf2790b6c61066a580d140117a105854d6051 (diff) | |
download | rails-1ed86d273830be62b670e21269d8c11384f08017.tar.gz rails-1ed86d273830be62b670e21269d8c11384f08017.tar.bz2 rails-1ed86d273830be62b670e21269d8c11384f08017.zip |
Fix Active Model basics introduction to indicate it only introduces us to integration and not complete i18n framework.
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/active_model_basics.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_model_basics.md b/guides/source/active_model_basics.md index a8199e5d02..e834aeadb1 100644 --- a/guides/source/active_model_basics.md +++ b/guides/source/active_model_basics.md @@ -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. -------------------------------------------------------------------------------- |