Reputation: 37378
How can I get ERB to replace tags in a format other than
<%= %>
for example:
{{ }}
Thanks
Upvotes: 1
Views: 1365
Reputation: 1807
I believe ERb also supports inline interpolated strings (#{}
) in place of percent brackets, so perhaps that might better suit your needs?
Upvotes: 1