Method: KktShoppe::ProductCategoryLocalisationsController#new
- Defined in:
- app/controllers/kkt_shoppe/product_category_localisations_controller.rb
#new ⇒ Object
14 15 16 17 |
# File 'app/controllers/kkt_shoppe/product_category_localisations_controller.rb', line 14 def new @localisation = @product_category.translations.new render :action => "form" end |