I am new to Spree. I want to deface link_to
rails helper.
i have spree/checkout/_new_user
file and it contain following:
<%= link_to Spree.t(:login_as_existing), spree.login_path %>
i want to add remote: true
to above link_to
using deface.
Please Help.