Class: Ishapi::ProductsController

Inherits:
UnrestrictedController show all
Defined in:
app/controllers/ishapi/products_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
8
# File 'app/controllers/ishapi/products_controller.rb', line 5

def show
  @product = ::CoTailors::Product.where( :kind => params[:kind] ).first
  authorize! :show, @product
end