No parentheses when no params
This commit is contained in:
parent
647d942412
commit
93aef1e251
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue