From e6063282f98b9d40da00897727e5ae01ca61b9fc Mon Sep 17 00:00:00 2001 From: Mikel Lindsaar Date: Sun, 17 Jan 2010 19:12:12 +1100 Subject: Fixing documentation for ActiveModel::Observer --- activemodel/README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'activemodel/README') 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 -- cgit v1.2.3