Skip to content

Instantly share code, notes, and snippets.

@xinuc
Created May 15, 2009 07:50
Show Gist options
  • Save xinuc/112101 to your computer and use it in GitHub Desktop.
Save xinuc/112101 to your computer and use it in GitHub Desktop.
return true if authorizable_obj.respond_to?(role_name) && (authorizable_obj.send(role_name) == self)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment