Class: Pulldown::Requests::ReIscLibraryRequest

Inherits:
IscLibraryRequest show all
Defined in:
app/models/pulldown/requests/re_isc_library_request.rb

Overview

Uses to re-pool previously made libraries with a different bait (Or the same bait, if someone just wants more material, or to adjust pooling)

Instance Method Summary collapse

Methods inherited from IscLibraryRequest

#update_pool_information

Methods included from PreCapturePool::Poolable

included

Methods included from BaitLibraryRequest

included, #update_pool_information

Instance Method Details

#flag_asset_as_stock_wellObject



13
14
15
# File 'app/models/pulldown/requests/re_isc_library_request.rb', line 13

def flag_asset_as_stock_well
  asset.stock_wells << asset
end