Skip to content

Instantly share code, notes, and snippets.

@swalberg
Created January 6, 2012 04:42
Show Gist options
  • Save swalberg/1569013 to your computer and use it in GitHub Desktop.
Save swalberg/1569013 to your computer and use it in GitHub Desktop.
def can_delete?
return false unless key == "salary" && propable_type == "Employee"
# were there any accruals after this?
propable.accruals.where("date > ?", date).empty?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment