SpeciesFileGroup/taxonworks

View on GitHub
app/models/otu_page_layout_section/standard_section.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Standard section definition...
#
class OtuPageLayoutSection::StandardSection < OtuPageLayoutSection

  belongs_to :topic
  validates_presence_of :topic_id

#  def name
#    topic.name
#  end

end