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

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