Commit f2a3ec28 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-35' into 'master'

Update gitlab_rails_cheat_sheet.md

See merge request gitlab-org/gitlab!18803
parents 347e530c ba569e84
......@@ -442,7 +442,7 @@ personal_access_token = User.find(123).personal_access_tokens.create(
scopes: [:api]
)
personal_access_token.token
puts personal_access_token.token
```
You might also want to manually set the token string:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment