change uniq to distinct for SQL queries to fix deprecation
This commit is contained in:
parent
2180e6197c
commit
ba9d19c832
9 changed files with 9 additions and 9 deletions
|
|
@ -32,5 +32,5 @@
|
|||
%license/
|
||||
%optout=false #FIXME
|
||||
%persons
|
||||
- event.speakers.uniq.each do |speaker|
|
||||
- event.speakers.distinct.each do |speaker|
|
||||
%person{ id: speaker.id }= speaker.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue