Class: Spree::Api::V2::Storefront::VendorPhotosController

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

Instance Method Summary collapse

Instance Method Details

#collectionObject



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

def collection
  vendor.photos
end