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 soft delete functionality to Avram #323

Merged
merged 1 commit into from Mar 16, 2020
Merged

Conversation

paulcsmith
Copy link
Member

@paulcsmith paulcsmith commented Mar 16, 2020

Closes #320

@paulcsmith paulcsmith force-pushed the pcs/320-soft-delete branch 2 times, most recently from a79816b to a1d30ce Compare March 16, 2020 22:56
abstract def save_operation_class

def soft_deleted? : Bool
soft_deleted_at.present?
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wontruefree FIxed!

@paulcsmith paulcsmith merged commit bb57679 into master Mar 16, 2020
@paulcsmith paulcsmith deleted the pcs/320-soft-delete branch March 16, 2020 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Avram::SoftDelete
2 participants