Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a call to nil on objects to destroy #475

Open
wants to merge 4 commits into
base: core
Choose a base branch
from

Commits on Jul 8, 2019

  1. 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.
    Shigawire authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    34318e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    5de9fc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    b61e83b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    7a00247 View commit details
    Browse the repository at this point in the history