JackDanger / nested_has_many_through forked from ianwhite/nested_has_many_through

rails plugin that allows has_many :through to go through other has_many :throughs

This URL has Read+Write access

JackDanger (author)
Tue Mar 24 19:34:02 -0700 2009
commit  fbd5beebd205f276301b9d4e72567c0df19e7422
tree    ceaf5bf3fd8b67a166c26974c60f33d28d33e021
parent  b4ea5e1d7cc32b5b8f5eaf6c9749356e07f82cad
100644 10 lines (7 sloc) 0.268 kb
1
2
3
4
5
6
7
8
9
10
* get C2 up to 100%
  - spec a polymorphic relationship
  
* quote table names
 
* make more use of rails in construct_has_many_or_belongs_to_attributes to reduce brittleness
 
* Add more coverage
  - scopes
    - raise an error when nhmt is being used in a perverse way