mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 22:15:35 +08:00
DEV: Apply syntax_tree formatting to app/*
This commit is contained in:
@ -1,13 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class GroupedScreenedUrlSerializer < ApplicationSerializer
|
||||
attributes :domain,
|
||||
:action,
|
||||
:match_count,
|
||||
:last_match_at,
|
||||
:created_at
|
||||
attributes :domain, :action, :match_count, :last_match_at, :created_at
|
||||
|
||||
def action
|
||||
'do_nothing'
|
||||
"do_nothing"
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user