about summary refs log tree commit diff
path: root/app/models/form
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2020-12-09 14:42:33 +0100
committerClaire <claire.github-309c@sitedethib.com>2020-12-09 14:42:33 +0100
commita16175645dd9e2abbdf72b5e396fa4c4a74e0ff9 (patch)
tree2d2d401791d9cab06f3285c7d3172f2223acfee2 /app/models/form
parent25f725d67a6d2542cd586ab7c56baca572eb4f88 (diff)
parent127c543a6e59d20de68e6760e952d18ed53578e9 (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/models/form')
-rw-r--r--app/models/form/account_batch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/form/account_batch.rb b/app/models/form/account_batch.rb
index 882770d7c..26d6d3abf 100644
--- a/app/models/form/account_batch.rb
+++ b/app/models/form/account_batch.rb
@@ -51,7 +51,7 @@ class Form::AccountBatch
   end
 
   def account_domains
-    accounts.pluck(Arel.sql('distinct domain')).compact
+    accounts.group(:domain).pluck(:domain).compact
   end
 
   def accounts