rubyforgood/casa

View on GitHub
app/helpers/report_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module ReportHelper
  def boolean_choices
    [["Both", ""], ["Yes", true], ["No", false]]
  end
end