Commit fa02f878 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix filter ID not being a string in REST API (#9303)

parent ecc58c0f
Showing with 4 additions and 0 deletions
+4 -0
......@@ -3,4 +3,8 @@
class REST::FilterSerializer < ActiveModel::Serializer
attributes :id, :phrase, :context, :whole_word, :expires_at,
:irreversible
def id
object.id.to_s
end
end
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment