Skip to content

Instantly share code, notes, and snippets.

@ryan-allen
Created November 10, 2008 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryan-allen/23390 to your computer and use it in GitHub Desktop.
Save ryan-allen/23390 to your computer and use it in GitHub Desktop.
special_ability :edit_item do |item|
admin? or site_manager? or reviewer? or (item.author == self)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment