From ffb22bd2be62e6a9a2eb11966e9bc07fee8722af Mon Sep 17 00:00:00 2001 From: Jeremy Roman Date: Wed, 30 Dec 2009 16:49:32 -0500 Subject: fix habtm documentation to correct typo Signed-off-by: Rizwan Reza --- activerecord/lib/active_record/associations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index a5179033f2..c47e0c37b8 100755 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -1210,7 +1210,7 @@ module ActiveRecord # * Developer#projects.empty? # * Developer#projects.size # * Developer#projects.find(id) - # * Developer#clients.exists?(...) + # * Developer#projects.exists?(...) # * Developer#projects.build (similar to Project.new("project_id" => id)) # * Developer#projects.create (similar to c = Project.new("project_id" => id); c.save; c) # The declaration may include an options hash to specialize the behavior of the association. -- cgit v1.2.3