Skip to content

Commit

Permalink
Add comments to public serializers
Browse files Browse the repository at this point in the history
  • Loading branch information
janwerkhoven committed Feb 11, 2024
1 parent a3ae30f commit 005519d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/serializers/v1/public/client_side_render_serializer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module V1
module Public
class ClientSideRenderSerializer < ApplicationSerializer
# Return nothing apart from the ID and type.
end
end
end
1 change: 1 addition & 0 deletions app/serializers/v1/public/page_view_serializer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module V1
module Public
class PageViewSerializer < ApplicationSerializer
# Return nothing apart from the ID and type.
end
end
end
1 change: 1 addition & 0 deletions app/serializers/v1/public/server_side_render_serializer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module V1
module Public
class ServerSideRenderSerializer < ApplicationSerializer
# Return nothing apart from the ID and type.
end
end
end

0 comments on commit 005519d

Please sign in to comment.