Skip to content

Instantly share code, notes, and snippets.

@MitinPavel
Created January 14, 2013 20:35
Show Gist options
  • Save MitinPavel/4533160 to your computer and use it in GitHub Desktop.
Save MitinPavel/4533160 to your computer and use it in GitHub Desktop.
# Server side
def deletable_by?(user)
user.owner? @project && initial?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment