aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/habtm_destroy_order_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Failing test case to show that habtm join table contents are removed when a ↵Murray Steele2011-03-231-0/+34
| | | | model is destroyed but the destruction is blocked by a before_destroy.
* Fixing ordering of HABTM association deletion [#6191 state:resolved]Edward Faulkner2011-02-041-0/+17
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>