Sha256: ea3628079840c912b404c21e4f5682cd6fc42d300ccba8376d1248720d7faa62
Contents?: true
Size: 310 Bytes
Versions: 14
Compression:
Stored size: 310 Bytes
Contents
module Adminpanel class ProductsController < Adminpanel::ApplicationController private def product_params params.require(:product).permit( :price, :name, :category_ids, :description, :photos_attributes => [:product_id, :file] ) end end end
Version data entries
14 entries across 14 versions & 1 rubygems