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
0a1734065e
gitlab-org--gitlab-foss
/
app
/
serializers
/
tree_serializer.rb
6 lines
97 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
Add experimental JSON format for tree controller
2017-05-26 14:51:24 -04:00
class
TreeSerializer
<
BaseSerializer
entity
TreeRootEntity
end
Copy permalink