diff options
author | Claire <claire.github-309c@sitedethib.com> | 2020-12-09 14:42:33 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2020-12-09 14:42:33 +0100 |
commit | a16175645dd9e2abbdf72b5e396fa4c4a74e0ff9 (patch) | |
tree | 2d2d401791d9cab06f3285c7d3172f2223acfee2 /app/models/form/account_batch.rb | |
parent | 25f725d67a6d2542cd586ab7c56baca572eb4f88 (diff) | |
parent | 127c543a6e59d20de68e6760e952d18ed53578e9 (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/models/form/account_batch.rb')
-rw-r--r-- | app/models/form/account_batch.rb | 2 |
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 |