Fix module name
This commit is contained in:
parent
dd5b032b98
commit
53dd3f2671
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# Helpers for data
|
# Helpers for data
|
||||||
module VerenigingenLists
|
module VerenigingenHelper
|
||||||
# Helpers for navbar partial
|
# Helpers for navbar partial
|
||||||
def current_child_of(item)
|
def current_child_of(item)
|
||||||
child_of(item, @item)
|
child_of(item, @item)
|
||||||
|
|
Loading…
Reference in a new issue