This project is archived and is in readonly mode.
has_and_belongs_to_many documentation fix
Reported by jeremyroman | December 30th, 2009 @ 10:03 PM
The documentation for has_and_belongs_to_many currently uses the following as an example:
has_and_belongs_to_many :projects
And then proceeds to say that #clients.exists?(...) will be defined. This should read #projects.exists?(...); this patch fixes the error.
Comments and changes to this ticket
-
jeremyroman December 30th, 2009 @ 10:07 PM
- Tag changed from activerecord, associations, documentation to activerecord, associations, doc, documentation
-
José Valim February 23rd, 2010 @ 09:16 PM
- Assigned user set to Pratik
Assigning to Pratik, so he can give you access to docrails.
-
José Valim February 23rd, 2010 @ 09:17 PM
- State changed from new to invalid
-
José Valim February 23rd, 2010 @ 09:17 PM
- State changed from invalid to new
-
Rizwan Reza March 26th, 2010 @ 09:06 AM
- State changed from new to committed
Applied on your behalf to docrails.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>