AgileVentures/osra

View on GitHub
app/helpers/orphan_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OrphanHelper
  def orphan_highlight_class(orphan)
    "active_adult" if orphan.adult? && orphan.active?
  end
end