MiraitSystems/enju_trunk

View on GitHub
app/helpers/tax_rates_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module TaxRatesHelper
  def rounding_type_name(type_id)
    TaxRate::ROUNDING_TYPES[type_id]
  end
end