debian-mirror-gitlab/app/serializers/analytics_summary_entity.rb

5 lines
93 B
Ruby
Raw Normal View History

2017-08-17 22:00:37 +05:30
class AnalyticsSummaryEntity < Grape::Entity
expose :value, safe: true
expose :title
end