Method: KktShoppe::ProductsController#new

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

#newObject



11
12
13
# File 'app/controllers/kkt_shoppe/products_controller.rb', line 11

def new
  @product = KktShoppe::Product.new
end