This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/serializers/grouped_screened_url_serializer.rb

12 lines
225 B
Ruby

class GroupedScreenedUrlSerializer < ApplicationSerializer
attributes :domain,
:action,
:match_count,
:last_match_at,
:created_at
def action
'do_nothing'
end
end