Browse Source

feat: return attributes in locations_helper.rb

pull/1002/head
natdeanlewissoftwire 4 years ago
parent
commit
18356ad706
  1. 2
      app/helpers/locations_helper.rb

2
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)

Loading…
Cancel
Save