Skip to content

Instantly share code, notes, and snippets.

@christopherdbull
Created November 11, 2011 02:48
Show Gist options
  • Save christopherdbull/1357043 to your computer and use it in GitHub Desktop.
Save christopherdbull/1357043 to your computer and use it in GitHub Desktop.
if current_user.id == params[:id] or current_user.admin?
show!
else
redirect_to root_path
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment