Skip to content

Instantly share code, notes, and snippets.

@nbeloglazov
Created October 30, 2011 11:57
Show Gist options
  • Select an option

  • Save nbeloglazov/1325828 to your computer and use it in GitHub Desktop.

Select an option

Save nbeloglazov/1325828 to your computer and use it in GitHub Desktop.
def can_modify?
if params[:id] == current_user.id.to_s
@user = current_user
else
redirect_to user_path(params[:id])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment