Class: Spree::Api::V2::Storefront::ProvincesController

Inherits:
ResourceController
  • Object
show all
Defined in:
app/controllers/spree/api/v2/storefront/provinces_controller.rb

Instance Method Summary collapse

Instance Method Details

#collectionObject



6
7
8
# File 'app/controllers/spree/api/v2/storefront/provinces_controller.rb', line 6

def collection
  Spree::State.where('total_inventory > ?', 0)
end

#collection_serializerObject



10
11
12
# File 'app/controllers/spree/api/v2/storefront/provinces_controller.rb', line 10

def collection_serializer
  Spree::V2::Storefront::StateSerializer
end