• Y
    Typo correction · bcf89f44
    Yves Siegrist 提交于
    In the doc the `dependent` option was set with: `dependent: destroy`.
    This is not working because destroy would call the method of the activerecord::base object.
    
    The right way is: `dependent: :destroy`
    bcf89f44
callbacks.rb 12.7 KB