Class: SpreeCmCommissioner::VendorPlace
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- SpreeCmCommissioner::VendorPlace
- Defined in:
- app/models/spree_cm_commissioner/vendor_place.rb
Instance Method Summary collapse
Instance Method Details
#selected ⇒ Object
12 13 14 |
# File 'app/models/spree_cm_commissioner/vendor_place.rb', line 12 def selected vendor.selected_place_references.include?(place.reference) end |