Ticket #146 (closed defect: invalid)
Has_many :through Association Extensions Don't Work
| Reported by: | archengule | Owned by: | somebody |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | camping.rb | Version: | |
| Keywords: | Cc: |
Description
Adding association extensions to has_many :through relationships doesn't work. Something like
class Person < Base has_many :books, :through => :libraries do # Extending association... end end
raises: [NameError] wrong constant name Test::Models::ContributorBooksAssociationExtension
Change History
Note: See
TracTickets for help on using
tickets.
