No parentheses when no params

This commit is contained in:
Niko Strijbol 2020-01-13 14:31:55 +01:00
parent 647d942412
commit 93aef1e251
No known key found for this signature in database
GPG key ID: 1A8AEBABD9012251

View file

@ -13,7 +13,7 @@ module EventsHelper
items_.select { |x| x[:soon] == soon }.sort_by { |x| x[:time] }
end
def soon_events()
def soon_events
all_events(nil, true)
end