Class: Shoppe::TaxRate
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Shoppe::TaxRate
- Defined in:
- app/models/shoppe/tax_rate.rb
Instance Method Summary collapse
Instance Method Details
#description ⇒ Object
18 19 20 |
# File 'app/models/shoppe/tax_rate.rb', line 18 def description "#{name} (#{rate}%)" end |