I have a hash:
hash = "email_address"=>"[email protected]"
I would like to get the value from this hash which is "[email protected]" using erubis. This doesn't work:
<%
pp hash.[email_address]
%>
I have a hash:
hash = "email_address"=>"[email protected]"
I would like to get the value from this hash which is "[email protected]" using erubis. This doesn't work:
<%
pp hash.[email_address]
%>
Copyright © 2021 Jogjafile Inc.
Did you try this?
or