From 7496c8c1f848dbc12b869337b389479b0c1ed45f Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Wed, 2 Jan 2013 06:25:38 +0900 Subject: wrong model name --- 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 6a6b97b504..2c66882424 100644 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -1081,7 +1081,7 @@ module ActiveRecord # === Example # # Example: A Firm class declares has_many :clients, which will add: - # * Firm#clients (similar to Clients.where(firm_id: id)) + # * Firm#clients (similar to Client.where(firm_id: id)) # * Firm#clients<< # * Firm#clients.delete # * Firm#clients.destroy -- cgit v1.2.3