不要怂,就是干,撸起袖子干!

  1. 20 Jul, 2015 1 commit
    • fix(belongs-to-many): properly pair association based on the through argument · 08fcb5ce
      The code would previously pair association based on the through.model argument of the original options.
      However options.through.model would generally be undefined since users usually just pass through: Model and the normalization to through.model
      actually happened on association.through rather than options.through.
      Normalization now happens on the options set before being assigned to association.through
      Mick Hansen committed
  2. 19 Jul, 2015 4 commits
  3. 18 Jul, 2015 2 commits
  4. 17 Jul, 2015 10 commits
  5. 16 Jul, 2015 14 commits
  6. 15 Jul, 2015 3 commits
  7. 14 Jul, 2015 2 commits
  8. 13 Jul, 2015 4 commits