spree_address_book icon indicating copy to clipboard operation
spree_address_book copied to clipboard

Undefined method `states_url'

Open ronzalo opened this issue 11 years ago • 1 comments

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 %>

ronzalo avatar Feb 19 '14 17:02 ronzalo

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

coorasse avatar Mar 18 '14 12:03 coorasse