From c939bb7e8ad2d524d4dbf9e90871f9b5f55a25d4 Mon Sep 17 00:00:00 2001 From: Brooks Reese Date: Mon, 10 Aug 2015 09:49:28 -0500 Subject: [ci skip] Modify introduction text and bullets to be consistent with other guides --- guides/source/active_model_basics.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guides/source/active_model_basics.md b/guides/source/active_model_basics.md index 97180a8414..81e2a69504 100644 --- a/guides/source/active_model_basics.md +++ b/guides/source/active_model_basics.md @@ -8,12 +8,12 @@ classes. Active Model allows for Action Pack helpers to interact with plain Ruby objects. Active Model also helps build custom ORMs for use outside of the Rails framework. -After reading this guide, you will be able to add to plain Ruby objects: +After reading this guide, you will know: -* The ability to behave like an Active Record model. -* Callbacks and validations like Active Record. -* Serializers. -* Integration with the Rails internationalization (i18n) framework. +* How an Active Record model behaves. +* How Callbacks and validations work. +* How serializers work. +* The Rails internationalization (i18n) framework. -------------------------------------------------------------------------------- -- cgit v1.2.3