From 7f86e026f6411d3a557831efbb1af121e791eb31 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 25 Sep 2005 08:48:30 +0000 Subject: Use assignment instead of call git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2327 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 393bca06a1..291b0649e1 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,12 +1,8 @@ *SVN* -* Added new symbol-driven approach to activating observers with Base#observer [DHH]. Example: +* Added new symbol-driven approach to activating observers with Base#observers= [DHH]. Example: - ActiveRecord::Base.observer(:cacher, :garbage_collector) - - ...which is the same as doing: - - [ Cacher.instance, GarbageCollector.instance ] + ActiveRecord::Base.observers = :cacher, :garbage_collector * Added AbstractAdapter#select_value and AbstractAdapter#select_values as convenience methods for selecting single values, instead of hashes, of the first column in a SELECT #2283 [solo@gatelys.com] -- cgit v1.2.3