Fixes for PostreSQL support
This commit is contained in:
parent
f2c0367a74
commit
1c38b091cc
5 changed files with 39 additions and 33 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.page-header
|
||||
%h1
|
||||
Missing Speakers
|
||||
= "(#{@missing_event_speakers.group(:user_id).length})"
|
||||
= "(#{@missing_event_speakers.distinct(:user_id).length})"
|
||||
%p.text-muted
|
||||
All event speakers who haven't checked in
|
||||
.col-md-12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue