about summary refs log tree commit diff
path: root/app/serializers/rest/report_serializer.rb
blob: 0c6bd65567dc79671213c3e8483f4839064dc029 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class REST::ReportSerializer < ActiveModel::Serializer
  attributes :id, :action_taken
end