Fix more hound warnings

This commit is contained in:
decabeza
2019-03-27 15:22:14 +01:00
parent e5bff01027
commit 91be3cf775
54 changed files with 776 additions and 476 deletions

View File

@@ -3,7 +3,7 @@ class Admin::Dashboard::BaseController < Admin::BaseController
private
def namespace
'admin'
end
def namespace
"admin"
end
end