Fix hound warnings
This commit is contained in:
@@ -54,7 +54,8 @@ module AdminHelper
|
||||
end
|
||||
|
||||
def menu_customization?
|
||||
["pages", "banners", "information_texts"].include?(controller_name) || menu_homepage? || menu_pages?
|
||||
["pages", "banners", "information_texts"].include?(controller_name) ||
|
||||
menu_homepage? || menu_pages?
|
||||
end
|
||||
|
||||
def menu_homepage?
|
||||
|
||||
Reference in New Issue
Block a user