Revert "Fix: フィルター使用中にエラーが出る場合がある問題の暫定対応 (#395)" (#405)

This reverts commit a6df29a925.
This commit is contained in:
KMY(雪あすか) 2024-01-03 19:03:56 +09:00 committed by GitHub
parent 1cda6dd279
commit 41631fe46d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,4 @@ class REST::FilterSerializer < ActiveModel::Serializer
def rules_requested?
instance_options[:rules_requested]
end
# FIRST AID
# After the upstream is corrected, delete the following.
def title
object.phrase
end
def filter_action
object.action
end
end