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

Add paranoia_destroy and paranoia_delete aliases #423

Merged
merged 5 commits into from
Nov 3, 2017

Commits on Nov 2, 2017

  1. Use define_model_callbacks

    jhawthorn committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    c98ad45 View commit details
    Browse the repository at this point in the history
  2. Add paranoia_{delete,destroy} aliases

    This should help users be more explicit about what action they want to
    perform. My hope is that this will also make it easier to migrate off of
    paranoia.
    jhawthorn committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    f6448c4 View commit details
    Browse the repository at this point in the history
  3. Use paranoia_ aliases internally

    This makes paranoia's code itself more explicit.
    jhawthorn committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    87f8a0c View commit details
    Browse the repository at this point in the history
  4. Add paranoia_destroy!

    jhawthorn committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    0f25822 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c63e0ab View commit details
    Browse the repository at this point in the history