I have some .yml files that may be dynamic. So I wanted to add this kind of code on my html:

<h3><%=data.fitness_programs["#{f.filename}"].en.title%></h3>

Looks line the rails "#{var_in_here}" is not possible here.

How can I do this?

有帮助吗?

解决方案

My bad, as this was a loop of filenames I did not realize I had an error in one of these. The code above does work :)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top