Method: FlashFlow::Data::Collection#can_ship?
- Defined in:
- lib/flash_flow/data/collection.rb
#can_ship?(branch) ⇒ Boolean
178 179 180 |
# File 'lib/flash_flow/data/collection.rb', line 178 def can_ship?(branch) @collection_instance.respond_to?(:can_ship?) ? @collection_instance.can_ship?(branch) : true end |