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>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_zone_pricing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.57
4
+ version: 0.1.58
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: