SpeciesFileGroup/taxonworks

View on GitHub
app/helpers/tasks/loans_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Tasks::LoansHelper
  def select_box

  end

  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
end