openSUSE/osem

View on GitHub
app/views/admin/booths/booths.pdf.prawn

Summary

Maintainability
Test Coverage
if @booth_export_option == 'confirmed'
  render 'confirmed_booths'
elsif @booth_export_option == 'all'
  render 'all_booths'
end