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] }
|
items_.select { |x| x[:soon] == soon }.sort_by { |x| x[:time] }
|
||||||
end
|
end
|
||||||
|
|
||||||
def soon_events()
|
def soon_events
|
||||||
all_events(nil, true)
|
all_events(nil, true)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue