I built a form for a batch connect app, and I find myself copying those attributes over to other apps. Is there a way for me to put these attributes in a central location, so that they can be referenced like the bc_* predefined attributes?
Hi Simon.
Thanks for your post. I don’t know of any concrete way of doing this. However, you might can try something like the following. Not sure if it would work or not.
name: parent
first:
  second:
    third: something
<%- content = ERB.new(File.read("child.yaml.erb"))-%> 
<%= content -%> 
The link to the site that I retrieved this from is:
Thanks,
-gerald
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.