spree_zone_pricing 0.1.56 → 0.1.57

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  class Spree::Admin::ZoneCurrenciesController < Spree::Admin::BaseController
2
2
 
3
3
  def index
4
- zones = Zone.all
4
+ zones = Spree::Zone.all
5
5
  zones.each do |zone|
6
6
  zone_currency = ZoneCurrency.find_by_zone_id(zone.id)
7
7
  if !zone_currency.nil?
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.56
4
+ version: 0.1.57
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: