MiraitSystems/enju_trunk

View on GitHub
app/views/manifestations/index.mods.builder

Summary

Maintainability
Test Coverage
xml.instruct! :xml, :version=>"1.0"
xml.modsCollection(
        'xmlns:xsi' => "http://www.w3.org/2001/XMLSchema-instance",
        'xmlns' => "http://www.loc.gov/mods/v3"){
  @manifestations.each do |manifestation|
      xml << render('manifestations/show', :manifestation => manifestation)
  end
}