Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't call nil-method on object associations
When a model has no :dependent option in their association, this is nil. `target.send(options[:dependent])` will fail in this case.
- Loading branch information