diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-02-19 20:18:40 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-02-19 20:18:40 +0100 |
commit | ff0576cc2b046694dd8960608ce2f40e32a0ab78 (patch) | |
tree | 766b37f3f093f3882aba2258ebc2748325edcfcb /app/controllers | |
parent | 896beb16c5318b8ce59867a06545ae6a00ccc84c (diff) | |
parent | 8e7fc7ec73c0743df378403ad2e704c9fae70400 (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/admin/instances_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/instances_controller.rb b/app/controllers/admin/instances_controller.rb index 431ce6f4d..6dd659a30 100644 --- a/app/controllers/admin/instances_controller.rb +++ b/app/controllers/admin/instances_controller.rb @@ -38,7 +38,7 @@ module Admin end def filter_params - params.permit(:limited) + params.permit(:limited, :by_domain) end end end |