public
Description: rails plugin that allows has_many :through to go through other has_many :throughs
Homepage:
Clone URL: git://github.com/ianwhite/nested_has_many_through.git
100644 14 lines (9 sloc) 0.312 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* belongs_to rel
 
* review forks on github
 
* 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