1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
discourse/app/serializers/grouped_screened_url_serializer.rb

12 lines
225 B
Ruby
Raw Normal View History

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