Skip to content

Instantly share code, notes, and snippets.

Created April 16, 2016 22:43
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 anonymous/7214cef8852e9e17ea57f5ec1966a878 to your computer and use it in GitHub Desktop.
Save anonymous/7214cef8852e9e17ea57f5ec1966a878 to your computer and use it in GitHub Desktop.
def method
if current_user.roles.first.name == 'admin' || current_user.roles.first.name == 'clinician'
true
end
false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment