When I generate a default scaffold, the display tags on show.html.erb have
<%=h @broker.name %>
I know the difference between <%
and <%=
. What's the "h" do?
When I generate a default scaffold, the display tags on show.html.erb have
<%=h @broker.name %>
I know the difference between <%
and <%=
. What's the "h" do?