aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/README
diff options
context:
space:
mode:
authorMikel Lindsaar <raasdnil@gmail.com>2010-01-17 19:12:12 +1100
committerMikel Lindsaar <raasdnil@gmail.com>2010-01-17 19:12:12 +1100
commite6063282f98b9d40da00897727e5ae01ca61b9fc (patch)
treece711a9468002f457569b805e2f8081b90e9f73a /activemodel/README
parentfbc7c2beca0433d4b070e3292a1009a94987d5c0 (diff)
downloadrails-e6063282f98b9d40da00897727e5ae01ca61b9fc.tar.gz
rails-e6063282f98b9d40da00897727e5ae01ca61b9fc.tar.bz2
rails-e6063282f98b9d40da00897727e5ae01ca61b9fc.zip
Fixing documentation for ActiveModel::Observer
Diffstat (limited to 'activemodel/README')
-rw-r--r--activemodel/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/activemodel/README b/activemodel/README
index 710f502aa3..27121d2c03 100644
--- a/activemodel/README
+++ b/activemodel/README
@@ -134,3 +134,11 @@ functionality from the following modules:
{Learn more}[link:classes/ActiveModel/Naming.html]
+* Adding observer support to your objects
+
+ ActiveModel::Observers allows your object to implement the Observer
+ pattern in a Rails App and take advantage of all the standard observer
+ functions.
+
+ {Learn more}[link:classes/ActiveModel/Observer.html]
+ \ No newline at end of file