Fix hound warnings

This commit is contained in:
decabeza
2019-01-29 17:54:02 +01:00
parent 41fe1e3922
commit 2695e19e2f
6 changed files with 24 additions and 20 deletions

View File

@@ -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?