automate employer setup import from word and manual entry working
This commit is contained in:
@@ -35,7 +35,7 @@ class IdCardBenefitsTemplatesController < ApplicationController
|
||||
@id_card_template_benefits = IdCardTemplate.find_by(title: "BLANK").id_card_template_benefits
|
||||
end
|
||||
|
||||
def get_templates_benefits
|
||||
def get_template_benefits
|
||||
@id_card_benefits = IdCardBenefitsTemplate.find(params[:id]).id_card_benefits
|
||||
render json: @id_card_benefits.as_json
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user