aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/observer_array.rb
Commit message (Collapse)AuthorAgeFilesLines
* Handle enabling/disabling observers at different levels of the class hierarchy.Myron Marston2011-04-281-3/+31
| | | | Last call wins.
* Allow observers to be enabled and disabled.Myron Marston2011-04-281-0/+98
This is useful in situations like model unit tests and the occasional rake task to backfill old data.