Module: Tasks::LoansHelper

Defined in:
app/helpers/tasks/loans_helper.rb

Instance Method Summary collapse

Instance Method Details

#new_taxon_determination(bio_object = nil) ⇒ Object



6
7
8
9
# File 'app/helpers/tasks/loans_helper.rb', line 6

def new_taxon_determination(bio_object = nil)
  # we can add a taxon_determination_object to this 'new' when we figure out which one
  @taxon_determination = TaxonDetermination.new
end

#select_boxObject



2
3
4
# File 'app/helpers/tasks/loans_helper.rb', line 2

def select_box

end