@ -9,7 +9,7 @@ module LaboratoryHelper
end
def current_laboratory
@_current_laboratory ||= (Laboratory.find_by_subdomain('hut' || request.subdomain) || Laboratory.find(1))
@_current_laboratory ||= (Laboratory.find_by_subdomain(request.subdomain) || Laboratory.find(1))
def default_laboratory