summaryrefslogtreecommitdiff
path: root/app/serializers/analytics_summary_entity.rb
blob: 9c37afd53e1ac5972757443b531f5f33047848ec (plain)
1
2
3
4
class AnalyticsSummaryEntity < Grape::Entity
  expose :value, safe: true
  expose :title
end