Skip to content

Instantly share code, notes, and snippets.

@vpacher
Created January 21, 2012 14:51
Show Gist options
  • Select an option

  • Save vpacher/1652980 to your computer and use it in GitHub Desktop.

Select an option

Save vpacher/1652980 to your computer and use it in GitHub Desktop.
def is_admin?
(current_user.is_a?(User) && current_user.is_admin?)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment