aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/README
diff options
context:
space:
mode:
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