updates based on F5 testing

This commit is contained in:
2020-03-06 08:35:12 -05:00
parent 8288595b3f
commit f1ef618dae
18 changed files with 66 additions and 32 deletions
@@ -8,6 +8,7 @@ module Suppliers
# GET /employees.json
def index
@employees = current_supplier.employees
@employees.each { |employee| employee.enrich_with_settings current_supplier.settings_for(employee) }
render json: @employees
end