Welcome to mirror list, hosted at ThFree Co, Russian Federation.

current_board_serializer.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c58c77194f2663c61e1093c8efa81d00e65f7b1b (plain)
1
2
3
4
5
# frozen_string_literal: true

class CurrentBoardSerializer < BaseSerializer
  entity CurrentBoardEntity
end