• Y
    deal with `#append` and `#prepend` on association collections. · b9399c47
    Yves Senn 提交于
    Closes #7364.
    
    Collection associations behave similar to Arrays. However there is no
    way to prepend records. And to append one should use `<<`. Before this
    patch `#append` and `#prepend` did not add the record to the loaded
    association.
    
    `#append` now behaves like `<<` and `#prepend` is not defined.
    b9399c47
associations_test.rb 11.8 KB