forked from External/greenlight
Refactored code to reduce number of database queries (#960)
This commit is contained in:
@ -57,7 +57,6 @@ module ApplicationHelper
|
||||
|
||||
# Returns the page that the logo redirects to when clicked on
|
||||
def home_page
|
||||
return root_path unless current_user
|
||||
return admins_path if current_user.has_role? :super_admin
|
||||
current_user.main_room
|
||||
end
|
||||
|
Reference in New Issue
Block a user