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

class REST::FilterSerializer < ActiveModel::Serializer
  attributes :id, :phrase, :context, :expires_at,
             :irreversible
end