diff options
author | kaygee <keith.gautreaux@gmail.com> | 2010-06-16 13:07:19 -0500 |
---|---|---|
committer | kaygee <keith.gautreaux@gmail.com> | 2010-06-16 13:07:19 -0500 |
commit | 6509cebbf6e667179de11eeecbd31c2b5f77e1fb (patch) | |
tree | b64b7a8001f9a2c7b7e6b572456e068468f52dbc /activerecord/lib/active_record/observer.rb | |
parent | 9a4fc420711a7225ef0504baf97b22a3728b21a4 (diff) | |
parent | fde95048475c1ffc89978650411b2e9034ff6a35 (diff) | |
download | rails-6509cebbf6e667179de11eeecbd31c2b5f77e1fb.tar.gz rails-6509cebbf6e667179de11eeecbd31c2b5f77e1fb.tar.bz2 rails-6509cebbf6e667179de11eeecbd31c2b5f77e1fb.zip |
Merge branch 'master' of github.com:lifo/docrails
* 'master' of github.com:lifo/docrails:
Adds title to activerecord/lib/active_record/associations/*
Adds title to the rest of the files in activerecord/lib
Adds title and proper formatting to docs.
Adds title where needed.
Adds basic description and title.
Adds title and minor changes.
Diffstat (limited to 'activerecord/lib/active_record/observer.rb')
-rw-r--r-- | activerecord/lib/active_record/observer.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/lib/active_record/observer.rb b/activerecord/lib/active_record/observer.rb index 0ea7fe7365..9554dd8826 100644 --- a/activerecord/lib/active_record/observer.rb +++ b/activerecord/lib/active_record/observer.rb @@ -1,6 +1,8 @@ require 'active_support/core_ext/class/attribute' module ActiveRecord + # = Active Record Observer + # # Observer classes respond to lifecycle callbacks to implement trigger-like # behavior outside the original class. This is a great way to reduce the # clutter that normally comes when the model class is burdened with |