spree_address_book
spree_address_book copied to clipboard
Undefined method `states_url'
When visited http://localhost:3000/addresses/new, have this error:
NoMethodError at /addresses/new undefined method `states_url'
<% content_for :head do %> <%= javascript_include_tag states_url(:format => :js) %> <%= javascript_include_tag countries_url(:format => :js) %> <% end %>
Same problem here.
I solved temporarly moving the view in my app and replacing states_url
and coutries_url
with api_states_url
and api_countries_url