Hello RoR developers,
I have a template.yml file.
template:
work_sheet_csv: work_sheet_csv
templatename1: template_of_roster
templatename2: template_of_roster1
templatename3: template_of_roster2
templatename4: template_of_roster3
I want to create selection with the value of template names. when I
clean one of it, the selection value should be effected. how should I
create method and how to call it in selection??
could you help me how to write it.