mluukkai/labtool

View on GitHub
app/helpers/registrations_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RegistrationsHelper
  def active registration
    return "dropped" if not registration.active
    ""
  end
end