From bf044a9bbe222b45cfa58e65651749ec70f2793b Mon Sep 17 00:00:00 2001 From: mariozig Date: Tue, 25 Jun 2013 15:35:03 -0700 Subject: Fix typo in docs. HABTM associations should use a pluralized name --- guides/source/action_view_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md index dea1ddef71..187c910e37 100644 --- a/guides/source/action_view_overview.md +++ b/guides/source/action_view_overview.md @@ -1090,7 +1090,7 @@ Example object structure for use with this method: ```ruby class Post < ActiveRecord::Base - has_and_belongs_to_many :author + has_and_belongs_to_many :authors end class Author < ActiveRecord::Base -- cgit v1.2.3