From 1ed86d273830be62b670e21269d8c11384f08017 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Tue, 5 Apr 2016 13:25:24 +0530 Subject: Fix Active Model basics introduction to indicate it only introduces us to integration and not complete i18n framework. [ci skip] --- guides/source/active_model_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') 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. -------------------------------------------------------------------------------- -- cgit v1.2.3