Skip to content

Instantly share code, notes, and snippets.

@tanelsuurhans
Forked from anonymous/sieve.rb
Last active August 29, 2015 13:55
Show Gist options
  • Save tanelsuurhans/8738395 to your computer and use it in GitHub Desktop.
Save tanelsuurhans/8738395 to your computer and use it in GitHub Desktop.
def can_delete?(object)
can_delete_by_core_role?(object) ||
can_delete_by_owner?(object) ||
can_delete_by_zone_role?(object) ||
can_delete_by_access_profile?(object)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment