spree_zone_pricing 0.1.57 → 0.1.58
Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@
|
|
12
12
|
<% @zone_currencies.each do |zone_currency| %>
|
13
13
|
<tr data-hook="admin_zone_currencies_index_rows">
|
14
14
|
<%
|
15
|
-
zone = Zone.find(zone_currency.zone_id)
|
15
|
+
zone = Spree::Zone.find(zone_currency.zone_id)
|
16
16
|
%>
|
17
17
|
<td><%= link_to zone.name, edit_admin_zone_currency_path(zone_currency) %></td>
|
18
18
|
<td><%= zone_currency.order_id %></td>
|