SpeciesFileGroup/taxonworks

View on GitHub
app/models/container/pin.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Container::Pin < Container

  def self.valid_parents
    ['Container::Drawer', 'Container::UnitTray', 'Container::Cabinet', 'Container::Shelf', 'Container::Virtual', 'Container::Box']
  end

end