Sha256: 1470af2d41b9463c64a5e06d2f65021e34e7dd2de65c766fcfb662eb04637097
Contents?: true
Size: 260 Bytes
Versions: 74
Compression:
Stored size: 260 Bytes
Contents
require_dependency "ishapi/application_controller" module Ishapi class ProductsController < UnrestrictedController def show @product = ::CoTailors::Product.where( :kind => params[:kind] ).first authorize! :show, @product end end end
Version data entries
74 entries across 74 versions & 1 rubygems