Feed the Hound #2

This commit is contained in:
Luka Murn 2016-07-29 16:48:56 +02:00
parent ecf5b5a2c1
commit 40fe4e54a9

View file

@ -13,7 +13,7 @@ module SecondaryNavigationHelper
end
def is_project_reports?
controller_name == 'reports' and action_name == 'index'
controller_name == 'reports' && action_name == 'index'
end
def is_project_archive?