Method: KktShoppe::ProductCategoryLocalisationsController#destroy

Defined in:
app/controllers/kkt_shoppe/product_category_localisations_controller.rb

#destroyObject



46
47
48
49
# File 'app/controllers/kkt_shoppe/product_category_localisations_controller.rb', line 46

def destroy
  @localisation.destroy
  redirect_to [@product_category, :localisations], :notice =>  t('kkt_shoppe.localisations.localisation_destroyed')
end