Method: Shoppe::TaxRatesController#destroy

Defined in:
app/controllers/shoppe/tax_rates_controller.rb

#destroyObject



37
38
39
40
# File 'app/controllers/shoppe/tax_rates_controller.rb', line 37

def destroy
  @tax_rate.destroy
  redirect_to :tax_rates, :flash => {:notice => t('shoppe.tax_rates.destroy_notice')}
end