aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_validations_callbacks.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-11-29 05:14:08 -0800
committerSteve Klabnik <steve@steveklabnik.com>2012-11-29 05:14:08 -0800
commit6dcae8ae9c21abd95cc119dd5625b4fb44fd4350 (patch)
tree66620e30489b5169182f337f33f733f4d5013e8b /guides/source/active_record_validations_callbacks.md
parent5cdb23c722dbec0a4a5f74f2b64250bf410db5e2 (diff)
downloadrails-6dcae8ae9c21abd95cc119dd5625b4fb44fd4350.tar.gz
rails-6dcae8ae9c21abd95cc119dd5625b4fb44fd4350.tar.bz2
rails-6dcae8ae9c21abd95cc119dd5625b4fb44fd4350.zip
Add periods to the bullet points in guides.
Talked with @fxn about this. Bullet points should have periods at the ends.
Diffstat (limited to 'guides/source/active_record_validations_callbacks.md')
-rw-r--r--guides/source/active_record_validations_callbacks.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/guides/source/active_record_validations_callbacks.md b/guides/source/active_record_validations_callbacks.md
index 6fb274f104..fb3b609342 100644
--- a/guides/source/active_record_validations_callbacks.md
+++ b/guides/source/active_record_validations_callbacks.md
@@ -5,13 +5,13 @@ This guide teaches you how to hook into the life cycle of your Active Record obj
After reading this guide and trying out the presented concepts, we hope that you'll be able to:
-* Understand the life cycle of Active Record objects
-* Use the built-in Active Record validation helpers
-* Create your own custom validation methods
-* Work with the error messages generated by the validation process
-* Create callback methods that respond to events in the object life cycle
-* Create special classes that encapsulate common behavior for your callbacks
-* Create Observers that respond to life cycle events outside of the original class
+* Understand the life cycle of Active Record objects.
+* Use the built-in Active Record validation helpers.
+* Create your own custom validation methods.
+* Work with the error messages generated by the validation process.
+* Create callback methods that respond to events in the object life cycle.
+* Create special classes that encapsulate common behavior for your callbacks.
+* Create Observers that respond to life cycle events outside of the original class.
--------------------------------------------------------------------------------