issues25489
p31729568 5 years ago
parent 04b040d3fe
commit 5a140414ee

@ -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))
end
def default_laboratory

Loading…
Cancel
Save