Add option to block reports from domain (#8830)
This commit is contained in:
parent
d5bfba3262
commit
fd5285658f
12 changed files with 54 additions and 23 deletions
|
@ -46,7 +46,7 @@ module Admin
|
|||
end
|
||||
|
||||
def resource_params
|
||||
params.require(:domain_block).permit(:domain, :severity, :reject_media, :retroactive)
|
||||
params.require(:domain_block).permit(:domain, :severity, :reject_media, :reject_reports, :retroactive)
|
||||
end
|
||||
|
||||
def retroactive_unblock?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue