Class: Spree::Api::V2::Storefront::ProvincesController
- Inherits:
-
ResourceController
- Object
- ResourceController
- Spree::Api::V2::Storefront::ProvincesController
- Defined in:
- app/controllers/spree/api/v2/storefront/provinces_controller.rb
Instance Method Summary collapse
Instance Method Details
#collection ⇒ Object
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_serializer ⇒ Object
10 11 12 |
# File 'app/controllers/spree/api/v2/storefront/provinces_controller.rb', line 10 def collection_serializer Spree::V2::Storefront::StateSerializer end |