This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
c5935469e1
gitlab-org--gitlab-foss
/
app
/
serializers
/
deploy_key_serializer.rb
6 lines
103 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable frozen string in app/serializers/**/*.rb Partially addresses #47424.
2018-07-19 14:43:13 -04:00
# frozen_string_literal: true
Project deploy keys json end point
2017-03-24 06:11:36 -04:00
class
DeployKeySerializer
<
BaseSerializer
entity
DeployKeyEntity
end
Copy permalink