Sha256: 7207f59aa14f145c4a2c0556f2cb5e5a492346520539759b96047c4f3ca2d95c
Contents?: true
Size: 254 Bytes
Versions: 4
Compression:
Stored size: 254 Bytes
Contents
module Adminpanel class CategoriesController < Adminpanel::ApplicationController private def category_params params.require(:category).permit( :mug_ids, :product_ids, :name ) end end end
Version data entries
4 entries across 4 versions & 1 rubygems