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