From 18356ad706aa8b332f9404642a9e19a6735fe476 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 17 Nov 2022 10:24:47 +0000 Subject: [PATCH] feat: return attributes in locations_helper.rb --- app/helpers/locations_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/helpers/locations_helper.rb b/app/helpers/locations_helper.rb index 87cee5b81..791775a59 100644 --- a/app/helpers/locations_helper.rb +++ b/app/helpers/locations_helper.rb @@ -38,6 +38,8 @@ module LocationsHelper if FeatureToggle.location_toggle_enabled? base_attributes.append({ name: "Status", value: location.status }) end + + base_attributes end def location_availability(location)