Does anybody know how to make RoR to use <%- some_code -%> by default? I
mean how to make RoR to delete all empty strings by default (without
using <%- some_code -%>. Just usually using <% some code %>), that came
to template from Ruby-insertions.
Does anybody know how to make RoR to use <%- some_code -%> by
default? I
mean how to make RoR to delete all empty strings by default (without
using <%- some_code -%>. Just usually using <% some code %>), that
came
to template from Ruby-insertions.